Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Jul 14, 2022
1 parent 3b23604 commit 03bfbb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ fn main() -> anyhow::Result<()> {
.author(crate_authors)
.arg(arg!(-c --"count-mat" <EQCMAT> "matrix of cells by equivalence class counts")
.value_parser(pathbuf_file_exists_validator).takes_value(true))
//.arg(arg!(-b --barcodes=<barcodes> "file containing the barcodes labeling the matrix rows").takes_value(true).required(true))
.arg(arg!(-e --"eq-labels" <EQLABELS> "file containing the gene labels of the equivalence classes")
.value_parser(pathbuf_file_exists_validator).takes_value(true))
.arg(arg!(-o --"output-dir" <OUTPUTDIR> "output directory where quantification results will be written").value_parser(value_parser!(PathBuf)).takes_value(true))
Expand All @@ -209,7 +208,6 @@ fn main() -> anyhow::Result<()> {
.author(crate_authors)
.about("Process RAD files from the command line")
.subcommand(gen_app)
//.subcommand(test_app)
.subcommand(collate_app)
.subcommand(quant_app)
.subcommand(infer_app)
Expand Down

0 comments on commit 03bfbb9

Please sign in to comment.