Skip to content

Commit

Permalink
add covered_fraction to help message for genome/contig methods
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS authored and wwood committed May 23, 2024
1 parent 22fec64 commit 90b053d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ pub fn contig_full_help() -> Manual {
&monospace_roff("--trim-max"))],

&[&monospace_roff("coverage_histogram"), "Histogram of coverage depths"],
&[&monospace_roff("covered_fraction"), "Proportion of bases covered by 1 or more reads"],
&[&monospace_roff("covered_bases"), "Number of bases covered by 1 or more reads"],
&[&monospace_roff("variance"), "Variance of coverage depths"],
&[&monospace_roff("length"), "Length of each contig in base pairs"],
Expand Down Expand Up @@ -766,6 +767,7 @@ pub fn genome_full_help() -> Manual {
&monospace_roff("--trim-min"),
&monospace_roff("--trim-max"))],
&[&monospace_roff("coverage_histogram"), "Histogram of coverage depths"],
&[&monospace_roff("covered_fraction"), "Proportion of bases covered by 1 or more reads"],
&[&monospace_roff("covered_bases"), "Number of bases covered by 1 or more reads"],
&[&monospace_roff("variance"), "Variance of coverage depths"],
&[&monospace_roff("length"), "Length of each genome in base pairs"],
Expand Down

0 comments on commit 90b053d

Please sign in to comment.