Skip to content

option to include non-canonical k-mers #25

@haneubau

Description

@haneubau

Hi,
I was wondering if it is possible to include an argument in kmer-db that allows the inclusion of non-canonical k-mers in the construction and querying of databases. Thus far I have been using a modified version that only uses non-canonical k-mers by simply changing this line:

kmer_can = (kmer_str < kmer_rev) ? kmer_str : kmer_rev;
to kmer_can = kmer_str;
Also, thanks for creating kmer-db, it's been quite useful!

best,
Hannes

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions