Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DRL committed Apr 17, 2016
1 parent 7fd9ace commit a5219e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,16 @@ usage: blobtools blobplot -i BLOBDB [-p INT] [-l INT] [-c] [-n] [-s]
### blobtools bam2cov
- extract base-coverage for each contig from BAM file
```
usage: blobtools bam2cov -i FASTA -b BAM [-h|--help]
usage: blobtools bam2cov -i FASTA -b BAM [--mq MQ] [--no_base_cov]
[-h|--help]
Options:
-h --help show this
-i, --infile FASTA FASTA file of assembly. Headers are split at whitespaces.
-b, --bam <BAM> BAM file (requires samtools in $PATH)
--mq <MQ> minimum Mapping Quality (MQ) [default: 1]
--no_base_cov only parse read coverage (faster, but ...
can only be used for "blobtools blobplot --noblobs")
```
### blobtools covplot
- plots blobDB cov(s) vs additional cov file (only works at superkingdom level at the moment)
Expand Down

0 comments on commit a5219e2

Please sign in to comment.