diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-01-05 21:26:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-05 21:26:54 +0000 |
| commit | b205d3e7076069b3e8de20ca208093d2ce16dfdc (patch) | |
| tree | 3a769cded19a387d0c165618d7bd3ee0cdbec236 | |
| parent | 93860d323f5e635f7bb989a23abc21c053103873 (diff) | |
| parent | 0ae777e177473f0aa2d4c3d045598f58788dd988 (diff) | |
| download | packages-b205d3e7076069b3e8de20ca208093d2ce16dfdc.tar.gz packages-b205d3e7076069b3e8de20ca208093d2ce16dfdc.zip | |
Merge pull request #636 from brentp/hts-nim
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", |
