From 95a2c91f8d2bf2001b97bfa96e10f0e298356e8a Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Wed, 14 Mar 2018 15:10:00 -0500 Subject: [PATCH] Added package nimbigwig --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]