Skip to content

Commit

Permalink
doc: Clarify that multiple output types may be specified (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
msto authored Apr 25, 2024
1 parent f591c42 commit 6ed98a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ Options:
The read structure types to write to their own files (Must be one of T, B,
or M for template reads, sample barcode reads, and molecular barcode reads)

Multiple output types may be specified as a space-delimited list.

[default: T]

-s, --sample-metadata <SAMPLE_METADATA>
Expand Down
2 changes: 2 additions & 0 deletions src/bin/commands/demux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,8 @@ pub(crate) struct Demux {

/// The read structure types to write to their own files (Must be one of T, B, or M for
/// template reads, sample barcode reads, and molecular barcode reads).
///
/// Multiple output types may be specified as a space-delimited list.
#[clap(long, short='b', default_value="T", num_args = 1.. )]
output_types: Vec<char>,

Expand Down

0 comments on commit 6ed98a3

Please sign in to comment.