Skip to content

Commit 3adc1c0

Browse files
Mike LeeMike Lee
authored andcommitted
cli tweaks
1 parent dee3ad9 commit 3adc1c0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

bit/cli/get_cov_stats.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ def build_parser():
88

99
desc = """
1010
This script generates whole-reference (and contig-level) detection and coverage info
11-
for specified references given the input reference fasta(s) and either a bam file AND/OR
12-
a mosdepth-produced per-base.bed.gz file. When provided a bam file, it will also generate
13-
mean percent ID values of mapped reads to each input reference and contig. For version
11+
for specified references given the input reference fasta(s) and a bam file AND/OR
12+
a mosdepth-produced per-base.bed.gz file. When provided a bam file, it will also report
13+
mean and median percent ID values of mapped reads to each input reference and contig. For version
1414
info, run `bit-version`.
1515
"""
1616

@@ -28,7 +28,7 @@ def build_parser():
2828
"-r",
2929
"--reference-fastas",
3030
metavar="<STR>",
31-
help='Path to reference fasta file(s) (takes precendence over -R/--reference-list if both provided) OR',
31+
help='Path to reference fasta file(s) (takes precendence over -R/[cyan]--reference-list[/] if both provided) OR',
3232
nargs="+",
3333
)
3434

@@ -37,7 +37,7 @@ def build_parser():
3737
"--reference-list",
3838
metavar="<FILE>",
3939
help="Path to a file containing reference fasta paths, one per line.\n"
40-
"This is an alternative to -r/--reference-fastas.",
40+
"This is an alternative to -r/[cyan]--reference-fastas[/].",
4141
)
4242

4343
required.add_argument(

0 commit comments

Comments
 (0)