diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-09-07 21:45:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-07 21:45:44 +0100 |
| commit | cd9c3d5c8037338e7bc1e1c7bbf4d5987935c852 (patch) | |
| tree | 1012e51e6f74bddd62592dcbc6c6464d49663066 | |
| parent | 21ea79499bf827fbe8d27203aabb01d82aeae37d (diff) | |
| parent | 505cc1fed4c515e96dde032766e791665b198e91 (diff) | |
| download | packages-cd9c3d5c8037338e7bc1e1c7bbf4d5987935c852.tar.gz packages-cd9c3d5c8037338e7bc1e1c7bbf4d5987935c852.zip | |
Merge pull request #852 from brentp/genoiser
add genoiser
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4b8675a..5d5fc05 100644 --- a/packages.json +++ b/packages.json @@ -7768,6 +7768,19 @@ "web": "https://github.com/edubart/arraymancer-vision" }, { + "name": "genoiser", + "url": "https://github.com/brentp/genoiser", + "method": "git", + "tags": [ + "bam", + "cram", + "vcf", + "genomics" + ], + "description": "functions to tracks for genomics data files", + "license": "MIT" + }, + { "name": "hts", "url": "https://github.com/brentp/hts-nim", "method": "git", |
