Merge pull request #629 from brentp/kmer

add nim-kmer
This commit is contained in:
Dominik Picheta 2017-12-04 11:33:52 +00:00 committed by GitHub
commit f31d4c8aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7292,6 +7292,19 @@
"license": "Apache License 2.0",
"web": "https://github.com/edubart/arraymancer-vision"
},
{
"name": "kmer",
"url": "https://github.com/brentp/nim-kmer",
"method": "git",
"tags": [
"kmer",
"dna",
"sequence"
],
"description": "encoded kmer library for fast operations on kmers up to 31",
"license": "MIT",
"web": "https://github.com/brentp/nim-kmer"
},
{
"name": "kexpr",
"url": "https://github.com/brentp/kexpr-nim",