aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hauser <andreas.github@icloud.com>2019-07-22 21:22:59 +0200
committerMiran <narimiran@disroot.org>2019-07-22 21:22:59 +0200
commitbb4754c9048a2d9c22e7d69d84d2399276a8870b (patch)
tree2a3ac794ffc5978ec9c78adbffa487271a9511f2
parent8c65473b0bdfe15cd3995c95f60de7e3d06a9ebe (diff)
downloadpackages-bb4754c9048a2d9c22e7d69d84d2399276a8870b.tar.gz
packages-bb4754c9048a2d9c22e7d69d84d2399276a8870b.zip
Added package fastx_reader (#1121)
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5c0acbc..8659301 100644
--- a/packages.json
+++ b/packages.json
@@ -13782,5 +13782,18 @@
"description": "A terminal file manager written in nim",
"license": "GPL-3.0",
"web": "https://github.com/joachimschmidt557/nimmm"
+ },
+ {
+ "name": "fastx_reader",
+ "url": "https://github.com/ahcm/fastx_reader",
+ "method": "git",
+ "tags": [
+ "bioinformatics,",
+ "fasta,",
+ "fastq"
+ ],
+ "description": "FastQ and Fasta readers for NIM",
+ "license": "LGPL-3.0",
+ "web": "https://github.com/ahcm/fastx_reader"
}
]