File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -178,12 +178,16 @@ usage: blobtools blobplot -i BLOBDB [-p INT] [-l INT] [-c] [-n] [-s]
178178### blobtools bam2cov
179179- extract base-coverage for each contig from BAM file
180180```
181- usage: blobtools bam2cov -i FASTA -b BAM [-h|--help]
181+ usage: blobtools bam2cov -i FASTA -b BAM [--mq MQ] [--no_base_cov]
182+ [-h|--help]
182183
183184 Options:
184185 -h --help show this
185186 -i, --infile FASTA FASTA file of assembly. Headers are split at whitespaces.
186187 -b, --bam <BAM> BAM file (requires samtools in $PATH)
188+ --mq <MQ> minimum Mapping Quality (MQ) [default: 1]
189+ --no_base_cov only parse read coverage (faster, but ...
190+ can only be used for "blobtools blobplot --noblobs")
187191```
188192### blobtools covplot
189193- plots blobDB cov(s) vs additional cov file (only works at superkingdom level at the moment)
You can’t perform that action at this time.
0 commit comments