No description
Find a file
2021-05-27 19:40:13 +02:00
.gitignore initial commit 2017-10-25 14:14:58 -06:00
kmer.nim fix slide properly 2021-05-27 19:40:13 +02:00
kmer.nimble fix slide properly 2021-05-27 19:40:13 +02:00
LICENSE Initial commit 2017-10-25 14:11:56 -06:00
README.md initial commit 2017-10-25 14:14:58 -06:00

this module allows encoding kmers of length up to 31 into uint64's

it is as fast as possible and allows reverse-complenting on encoded data and adding a single base to the right end or a complemented base for the left end as is needed when sliding along a sequence to generate all kmers.