Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "robert"
version = "0.4.0"
name = "bascet"
version = "0.1.0"
edition = "2021"
description = "Bascet: a complete solution for single-cell analysis, with focus on microbial analysis"
authors = ["Hadrien Gourlé", "Johan Henriksson", "Julian Dicken"]

[dependencies]
anyhow = "1.0.93"
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Bascet is an advanced command-line tool aimed primarily to be used through the Z

TODO: link to Zorn here

## Installation

_TODO_

## Quick Usage

`bascet` consists of several subcommands:

- `bascet prepare`: demultiplex and trim fastq files and store reads in .cram, .bed, or .zip files

## Overview -- old --

Expand Down
137 changes: 0 additions & 137 deletions src/cmd/getraw_cmd.rs

This file was deleted.

21 changes: 0 additions & 21 deletions src/cmd/mod.rs

This file was deleted.

Loading