./wip/jellyfish, Fast, memory-efficient counting of k-mers in DNA

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.11, Package name: jellyfish-1.1.11, Maintainer: bacon

Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA.
A k-mer is a substring of length k, and counting the occurrences of all such
substrings is a central step in many analyses of DNA sequence. JELLYFISH can
count k-mers quickly by using an efficient encoding of a hash table and by
exploiting the "compare-and-swap" CPU instruction to increase parallelism.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 30c4ed6d264cbe736ab9da977074f743998fb1d2
Filesize: 1042.127 KB

Version history: (Expand)


CVS history: (Expand)


   2015-01-28 17:36:28 by Jason Bacon | Files touched by this commit (5)
Log message:
Import jellyfish-1.1.11 as wip/jellyfish.

Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA.
A k-mer is a substring of length k, and counting the occurrences of all such
substrings is a central step in many analyses of DNA sequence. JELLYFISH can
count k-mers quickly by using an efficient encoding of a hash table and by
exploiting the "compare-and-swap" CPU instruction to increase parallelism.

WWW: http://www.genome.umd.edu/jellyfish.html