From 99a682543e0f75ce2a5bea4e6b5f92d6a63d9ef2 Mon Sep 17 00:00:00 2001 From: Brent Pedersen Date: Sat, 10 Nov 2018 05:51:59 -0700 Subject: [PATCH] add falas (#912) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 2b3940c..bef1c86 100644 --- a/packages.json +++ b/packages.json @@ -7838,6 +7838,20 @@ "license": "MIT", "web": "https://brentp.github.io/hts-nim/" }, + { + "name": "falas", + "url": "https://github.com/brentp/falas", + "method": "git", + "tags": [ + "assembly", + "dna", + "sequence", + "genomics" + ], + "description": "fragment-aware assembler for short reads", + "license": "MIT", + "web": "https://brentp.github.io/falas/falas.html" + }, { "name": "kmer", "url": "https://github.com/brentp/nim-kmer",