Skip to content

Commit ff4926d

Browse files
committed
cli: Note filter command inputs can be gzip-compressed
1 parent c30db4f commit ff4926d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Filters a FASTQ file
8282
Usage: fq filter [OPTIONS] --dsts <DSTS> [SRCS]...
8383
8484
Arguments:
85-
[SRCS]... FASTQ sources
85+
[SRCS]... FASTQ sources. Accepts both raw and gzipped FASTQ inputs
8686
8787
Options:
8888
--names <NAMES>

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub struct FilterArgs {
7373
#[arg(long, required = true)]
7474
pub dsts: Vec<PathBuf>,
7575

76-
/// FASTQ sources.
76+
/// FASTQ sources. Accepts both raw and gzipped FASTQ inputs.
7777
pub srcs: Vec<PathBuf>,
7878
}
7979

0 commit comments

Comments
 (0)