aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-07-16 23:52:19 +0100
committerGitHub <noreply@github.com>2018-07-16 23:52:19 +0100
commit9adcffa5c628670ff081df5606fc1555b5ea0cc1 (patch)
treee289b2246773124e25e28ced2e6ded9efab758a9
parent0bfa0fbd796df102cd14f119fa4a7face358f5f1 (diff)
parentf13afbeae4b98ee3629b15df216af66794d23d8e (diff)
downloadpackages-9adcffa5c628670ff081df5606fc1555b5ea0cc1.tar.gz
packages-9adcffa5c628670ff081df5606fc1555b5ea0cc1.zip
Merge pull request #798 from jhbadger/add-nimbioseq2005
Add package nimbioseq
-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"
}
]