aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]