diff options
| author | Brent Pedersen <bpederse@gmail.com> | 2018-11-10 05:51:59 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-10 12:51:59 +0000 |
| commit | 99a682543e0f75ce2a5bea4e6b5f92d6a63d9ef2 (patch) | |
| tree | 7996b857166e183e010645f90eae440b2a4f4098 | |
| parent | d20881d3d9dd042d233e61ea31717ccf789f3e88 (diff) | |
| download | packages-99a682543e0f75ce2a5bea4e6b5f92d6a63d9ef2.tar.gz packages-99a682543e0f75ce2a5bea4e6b5f92d6a63d9ef2.zip | |
add falas (#912)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 2b3940c..bef1c86 100644 --- a/packages.json +++ b/packages.json @@ -7839,6 +7839,20 @@ "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", "method": "git", |
