diff options
| author | Jonathan Badger <jhbadger@gmail.com> | 2018-07-16 16:05:21 -0400 |
|---|---|---|
| committer | Jonathan Badger <jhbadger@gmail.com> | 2018-07-16 16:05:21 -0400 |
| commit | f13afbeae4b98ee3629b15df216af66794d23d8e (patch) | |
| tree | e289b2246773124e25e28ced2e6ded9efab758a9 | |
| parent | 0bfa0fbd796df102cd14f119fa4a7face358f5f1 (diff) | |
| download | packages-f13afbeae4b98ee3629b15df216af66794d23d8e.tar.gz packages-f13afbeae4b98ee3629b15df216af66794d23d8e.zip | |
Added package nimbioseq
| -rw-r--r-- | packages.json | 13 |
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" } ] |
