Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

option to include non-canonical k-mers #25

Open
haneubau opened this issue Feb 20, 2024 · 1 comment
Open

option to include non-canonical k-mers #25

haneubau opened this issue Feb 20, 2024 · 1 comment
Assignees

Comments

@haneubau
Copy link

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

@agudys agudys self-assigned this Apr 12, 2024
@agudys
Copy link
Member

agudys commented Apr 12, 2024

Dear Hannes!

Sorry for the delay. We are planning to publish new Kmer-db release in the next few weeks. We will include an option for inclusion of non canonical k-mers.

Best,
Adam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants