From bb4754c9048a2d9c22e7d69d84d2399276a8870b Mon Sep 17 00:00:00 2001 From: Andreas Hauser Date: Mon, 22 Jul 2019 21:22:59 +0200 Subject: [PATCH] Added package fastx_reader (#1121) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]