From f13afbeae4b98ee3629b15df216af66794d23d8e Mon Sep 17 00:00:00 2001 From: Jonathan Badger Date: Mon, 16 Jul 2018 16:05:21 -0400 Subject: [PATCH] Added package nimbioseq --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 56c0f8a..bd43812 100644 --- a/packages.json +++ b/packages.json @@ -9981,5 +9981,18 @@ ], "description": "A Nim Wrapper of the imath BigNumber library.", "license": "MIT" + }, + { + "name": "nimbioseq", + "url": "https://github.com/jhbadger/nimbioseq", + "method": "git", + "tags": [ + "bioinformatics", + "fasta", + "fastq" + ], + "description": "Nim Library for sequence (protein/nucleotide) bioinformatics", + "license": "BSD-3", + "web": "https://github.com/jhbadger/nimbioseq" } ]