We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30db4f commit ff4926dCopy full SHA for ff4926d
README.md
@@ -82,7 +82,7 @@ Filters a FASTQ file
82
Usage: fq filter [OPTIONS] --dsts <DSTS> [SRCS]...
83
84
Arguments:
85
- [SRCS]... FASTQ sources
+ [SRCS]... FASTQ sources. Accepts both raw and gzipped FASTQ inputs
86
87
Options:
88
--names <NAMES>
src/cli.rs
@@ -73,7 +73,7 @@ pub struct FilterArgs {
73
#[arg(long, required = true)]
74
pub dsts: Vec<PathBuf>,
75
76
- /// FASTQ sources.
+ /// FASTQ sources. Accepts both raw and gzipped FASTQ inputs.
77
pub srcs: Vec<PathBuf>,
78
}
79
0 commit comments