From e81e3451c7c7c1607d1d6d4adf3f1a0643e5305e Mon Sep 17 00:00:00 2001 From: Thomas Dost Date: Mon, 8 Mar 2021 07:06:22 +0100 Subject: [PATCH] Add package bio_seq (#1830) --- packages.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 6f35729..208b6fa 100644 --- a/packages.json +++ b/packages.json @@ -4,7 +4,10 @@ "url": "https://github.com/YesDrX/gsl-nim.git", "method": "git", "tags": [ - "gsl", "gnu", "numerical", "scientific" + "gsl", + "gnu", + "numerical", + "scientific" ], "description": "gsl C Api wrapped for nim", "license": "GPL3", @@ -21740,5 +21743,19 @@ "description": "Moss (Measure of Software Similarity) implementation in Nim.", "license": "MIT", "web": "https://github.com/D4D3VD4V3/moss_nim" + }, + { + "name": "bio_seq", + "url": "https://github.com/kerrycobb/nim-dna-seq", + "method": "git", + "tags": [ + "fasta", + "bioinformatics", + "dna", + "iupac" + ], + "description": "A Nim library for biological sequence data.", + "license": "MIT", + "web": "https://github.com/kerrycobb/nim-dna-seq" } ]