Skip to content

Commit c041d45

Browse files
committed
Update README.md
1 parent 0d30f2e commit c041d45

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,15 @@ usage: blobtools plot -i BLOBDB [-p INT] [-l INT] [-c] [-n] [-s]
165165
per coverage file. (e.g.: bam0,900,100). If provided, info
166166
will be used in read coverage plot(s).
167167
```
168+
## Additional features
169+
170+
### bam2cov
171+
- covert bam to cov
172+
```
173+
usage: blobtools bam2cov -i FASTA -b BAM [-h|--help]
174+
175+
Options:
176+
-h --help show this
177+
-i, --infile FASTA FASTA file of assembly. Headers are split at whitespaces.
178+
-b, --bam <BAM> BAM file (requires samtools in $PATH)
179+
```

0 commit comments

Comments
 (0)