From d94273a4d53671c83b4d387ebf001843c0384627 Mon Sep 17 00:00:00 2001 From: Andreas Wilm Date: Fri, 22 Nov 2019 20:23:29 +0800 Subject: [PATCH] Added package readfq (#1254) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index c16ff89..5064378 100644 --- a/packages.json +++ b/packages.json @@ -15331,5 +15331,20 @@ "description": "Sparkline library", "license": "MIT", "web": "https://github.com/aquilax/sparkline-nim" + }, + { + "name": "readfq", + "url": "https://github.com/andreas-wilm/nimreadfq", + "method": "git", + "tags": [ + "fasta", + "fastq", + "parser", + "kseq", + "readfq" + ], + "description": "Wrapper for Heng Li's kseq", + "license": "MIT", + "web": "https://github.com/andreas-wilm/nimreadfq" } ]