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" } ]