-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Description
Adding support for an additional output format with bitmasks.
CLI
-f INT output format [0]
0: Kraken
1: bit-mask format
Bit-mask format spec
Tab delimited text file with the following columns
- read name
- ref k-mer set name
- read length
- number of k-mer matches
- coverage
- k-mer hit bit-mask
Example
Read ACCCAC, k=3
read1 ref1 6 3 6 1011
read1 ref2 6 1 3 1000