File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments