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]
178
178
### blobtools bam2cov
179
179
- extract base-coverage for each contig from BAM file
180
180
```
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]
182
183
183
184
Options:
184
185
-h --help show this
185
186
-i, --infile FASTA FASTA file of assembly. Headers are split at whitespaces.
186
187
-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")
187
191
```
188
192
### blobtools covplot
189
193
- 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