From efc8696f67aa890e1acf01d152418f930ceb6fc6 Mon Sep 17 00:00:00 2001
From: Veronique Legrand <vlegrand@pasteur.fr>
Date: Thu, 22 May 2025 15:50:58 +0200
Subject: [PATCH] removed old README

---
 README | 27 ---------------------------
 1 file changed, 27 deletions(-)
 delete mode 100644 README

diff --git a/README b/README
deleted file mode 100644
index 91d183b..0000000
--- a/README
+++ /dev/null
@@ -1,27 +0,0 @@
-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>.
-
-
-
-- 
GitLab