Skip to content

soft-masked bases #44

@julibeg

Description

@julibeg

Hi there, in the README it says that krust aims to give the same output as jellyfish. However, jellyfish counts softmasked bases, whereas krust does not. Is this intended?

See below for example:

$ cat bla.fa 
>seq
AAAa

$ krust 3 bla.fa
k-length: 3
data: bla.fa
reader: rust-bio

>1
AAA

$ jellyfish count -m 3 -s 100M -C -t1 bla.fa && jellyfish dump mer_counts.jf 
>2
AAA

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions