diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-14 15:10:00 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-03-14 15:10:00 -0500 |
| commit | 95a2c91f8d2bf2001b97bfa96e10f0e298356e8a (patch) | |
| tree | d7f610309f31cb88287ea469910256324a8dd968 /packages.json | |
| parent | ea71540b16103fd5c136049354dcc0f4944a916c (diff) | |
| download | packages-95a2c91f8d2bf2001b97bfa96e10f0e298356e8a.tar.gz packages-95a2c91f8d2bf2001b97bfa96e10f0e298356e8a.zip | |
Added package nimbigwig
Diffstat (limited to 'packages.json')
| -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" } ] |
