Merge pull request #636 from brentp/hts-nim

add hts-nim
This commit is contained in:
Dominik Picheta 2018-01-05 21:26:54 +00:00 committed by GitHub
commit b205d3e707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7319,6 +7319,22 @@
"license": "Apache License 2.0",
"web": "https://github.com/edubart/arraymancer-vision"
},
{
"name": "hts",
"url": "https://github.com/brentp/hts-nim",
"method": "git",
"tags": [
"kmer",
"dna",
"sequence",
"bam",
"vcf",
"genomics"
],
"description": "htslib wrapper for nim",
"license": "MIT",
"web": "https://brentp.github.io/hts-nim/"
},
{
"name": "kmer",
"url": "https://github.com/brentp/nim-kmer",