Skip to content

Commit a5219e2

Browse files
committed
Update README.md
1 parent 7fd9ace commit a5219e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)