diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-12-04 11:33:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-04 11:33:52 +0000 |
| commit | f31d4c8aa620278a1bcb2eae899b36c61cf8eac0 (patch) | |
| tree | 91d6eeddcd8eb3d7d8fd2a542f184bbbd2ab5dd8 | |
| parent | e69a88b9db2bfee54224e7cc3d5a6359f898926a (diff) | |
| parent | a70481797027319d839a96b01c59a00fed8348b6 (diff) | |
| download | packages-f31d4c8aa620278a1bcb2eae899b36c61cf8eac0.tar.gz packages-f31d4c8aa620278a1bcb2eae899b36c61cf8eac0.zip | |
Merge pull request #629 from brentp/kmer
add nim-kmer
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 831ef9c..a6a404f 100644 --- a/packages.json +++ b/packages.json @@ -7293,6 +7293,19 @@ "web": "https://github.com/edubart/arraymancer-vision" }, { + "name": "kmer", + "url": "https://github.com/brentp/nim-kmer", + "method": "git", + "tags": [ + "kmer", + "dna", + "sequence" + ], + "description": "encoded kmer library for fast operations on kmers up to 31", + "license": "MIT", + "web": "https://github.com/brentp/nim-kmer" + }, + { "name": "kexpr", "url": "https://github.com/brentp/kexpr-nim", "method": "git", |
