Skip to content

Adding a new output format #14

@karel-brinda

Description

@karel-brinda

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

  1. read name
  2. ref k-mer set name
  3. read length
  4. number of k-mer matches
  5. coverage
  6. k-mer hit bit-mask

Example

Read ACCCAC, k=3

read1	ref1	6	3	6	1011
read1	ref2	6	1	3	1000

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions