Skip to content

Commit

Permalink
docs: Say that supplied --reference can be gzip.
Browse files Browse the repository at this point in the history
Suggested by: @jvollme

Closes #218
  • Loading branch information
wwood committed Jul 8, 2024
1 parent f79a354 commit 2f775ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ pub fn make_full_help() -> Manual {
index \
(with {}), \
strobealign index (with {}), \
or BWA index stem (with {}). [required]",
or BWA index stem (with {}). May be gzip-compressed. [required]",
monospace_roff("--minimap2-reference-is-index"),
monospace_roff("--strobealign-use-index"),
monospace_roff("-p bwa-mem/bwa-mem2"),
Expand Down Expand Up @@ -492,7 +492,7 @@ pub fn contig_full_help() -> Manual {
Section::new("Reference").option(Opt::new("PATH").short("-r").long("--reference").help(
&format!(
"FASTA file of contigs e.g. concatenated \
genomes or metagenome assembly, or minimap2 \
genomes or metagenome assembly (gzip or uncompressed), or minimap2 \
index \
(with {}), \
strobealign index (with {}), \
Expand Down Expand Up @@ -666,7 +666,7 @@ pub fn genome_full_help() -> Manual {
.option(
Opt::new("PATH").short("-r").long("--reference").help(
&format!("FASTA file of contigs e.g. concatenated \
genomes or metagenome assembly, or minimap2 \
genomes or metagenome assembly (gzip or uncompressed), or minimap2 \
index \
(with {}), \
strobealign index (with {}), \
Expand Down

0 comments on commit 2f775ba

Please sign in to comment.