diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-03-15 00:08:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-15 00:08:31 +0000 |
| commit | 9f6d96fbb31eccf4026ef0f6d352d75c10700b3d (patch) | |
| tree | d7f610309f31cb88287ea469910256324a8dd968 | |
| parent | ea71540b16103fd5c136049354dcc0f4944a916c (diff) | |
| parent | 95a2c91f8d2bf2001b97bfa96e10f0e298356e8a (diff) | |
| download | packages-9f6d96fbb31eccf4026ef0f6d352d75c10700b3d.tar.gz packages-9f6d96fbb31eccf4026ef0f6d352d75c10700b3d.zip | |
Merge pull request #680 from genotrance/add-nimbigwig2010
Added package nimbigwig
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index c077247..2534d7a 100644 --- a/packages.json +++ b/packages.json @@ -8666,5 +8666,18 @@ "description": "Interactive Nim Shell", "license": "MIT", "web": "https://github.com/AndreiRegiani/INim" + }, + { + "name": "nimbigwig", + "url": "https://github.com/genotrance/nimbigwig", + "method": "git", + "tags": [ + "bigwig", + "bigbend", + "genome" + ], + "description": "libBigWig wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimbigwig" } ] |
