Skip to content
Snippets Groups Projects
Commit efc8696f authored by Veronique Legrand's avatar Veronique Legrand
Browse files

removed old README

parent 6d1c63c1
No related branches found
No related tags found
No related merge requests found
Pipeline #156859 failed
ROCK
ROCK stands for "Reducing Over Covering Kmers".
It is designed to take as input several fastq files (PE as well as single) and process them efficiently (memory usage and execution time).
Inside ROCK, reads are filtered by a count min sketch.
What makes ROCK different from other read filtering tools is that reads are processed by decreasing order of quality scores. Ie reads with the highest quality score are sure to be selected by the filter and those with low quality score have more chances to be discarded.
ROCK provides different options for parameterizing the count min sketch. They are detailed in the man documentation.
ROCK compiles with gcc 4.4.7 and clang 503.0.40.
It has been tested under OS X 10.9 and linux CentOS 6.7 and should run on other systems of the unix family.
For distribuability reasons, choice has been made to develop in C++ 98 and make ROCK compatible with C++ 11.
You can compile/install ROCK by rectly running configure :
./configure
make check
make
make install
Any remark/suggestion/problem should be reported to <vlegrand@pasteur.fr>.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment