/[ports]
ViewVC logotype

Revision 411785


Jump to revision: Previous Next
Author: amdmi3
Date: Thu Mar 24 13:53:06 2016 UTC (8 years, 3 months ago)
Changed paths: 8
Log Message:
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

PR:		207929
Submitted by:	bacon4000@gmail.com


Changed paths

Path Details
Directoryhead/biology/Makefile modified , text changed
Directoryhead/biology/jellyfish/ added
Directoryhead/biology/jellyfish/Makefile added
Directoryhead/biology/jellyfish/distinfo added
Directoryhead/biology/jellyfish/files/ added
Directoryhead/biology/jellyfish/files/patch-include_jellyfish_file__header.hpp added
Directoryhead/biology/jellyfish/pkg-descr added
Directoryhead/biology/jellyfish/pkg-plist added

  ViewVC Help
Powered by ViewVC 1.1.27