diff options
| author | Brent Pedersen <bpederse@gmail.com> | 2018-01-05 13:01:28 -0700 |
|---|---|---|
| committer | Brent Pedersen <bpederse@gmail.com> | 2018-01-05 13:08:37 -0700 |
| commit | 0ae777e177473f0aa2d4c3d045598f58788dd988 (patch) | |
| tree | 3a769cded19a387d0c165618d7bd3ee0cdbec236 | |
| parent | 93860d323f5e635f7bb989a23abc21c053103873 (diff) | |
| download | packages-0ae777e177473f0aa2d4c3d045598f58788dd988.tar.gz packages-0ae777e177473f0aa2d4c3d045598f58788dd988.zip | |
add hts-nim
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index baa10e2..38af8f7 100644 --- a/packages.json +++ b/packages.json @@ -7320,6 +7320,22 @@ "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", "method": "git", |
