-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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:
Line 87 in 04f2dd4
kmer_can = (kmer_str < kmer_rev) ? kmer_str : kmer_rev; |
kmer_can = kmer_str;
Also, thanks for creating kmer-db, it's been quite useful!
best,
Hannes
Metadata
Metadata
Assignees
Labels
No labels