Skip to content
Snippets Groups Projects
Commit fdbad95b authored by Alexis  CRISCUOLO's avatar Alexis CRISCUOLO :black_circle:
Browse files

Update README.md

parent 19ac7bd8
No related branches found
No related tags found
No related merge requests found
Pipeline #81381 passed with stage
in 23 minutes and 13 seconds
[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.03790/status.svg)](https://doi.org/10.21105/joss.03790)
# ROCK # ROCK
_ROCK_ (Reducing Over-Covering K-mers) is a command line program written in [C++](https://isocpp.org/) that runs an alternative implementation of the _digital normalization_ method (e.g. Brown et al. 2012, Wedemeyer et al. 2017, Durai and Schulz 2019). _ROCK_ (Reducing Over-Covering K-mers) is a command line program written in [C++](https://isocpp.org/) that runs an alternative implementation of the _digital normalization_ method (e.g. Brown et al. 2012, Wedemeyer et al. 2017, Durai and Schulz 2019).
...@@ -6,7 +9,7 @@ Given one or several [FASTQ](https://en.wikipedia.org/wiki/FASTQ_format) file(s) ...@@ -6,7 +9,7 @@ Given one or several [FASTQ](https://en.wikipedia.org/wiki/FASTQ_format) file(s)
_ROCK_ can therefore be used to reduce and/or homogenize the overall coverage depth within large sets of HTS reads, which is often required to quickly infer accurate _de novo_ genome assemblies (e.g. Desai et al. 2013, Chen et al. 2015). _ROCK_ can therefore be used to reduce and/or homogenize the overall coverage depth within large sets of HTS reads, which is often required to quickly infer accurate _de novo_ genome assemblies (e.g. Desai et al. 2013, Chen et al. 2015).
_ROCK_ can also be used to discard low-covering HTS reads, as those ones are often artefactual, highly erroneous or contaminating sequences. _ROCK_ can also be used to discard low-covering HTS reads, as those ones are often artefactual, highly erroneous or contaminating sequences.
For more details, see the associated publication: Legrand et al. (2022) [![DOI](https://joss.theoj.org/papers/10.21105/joss.03790/status.svg)](https://doi.org/10.21105/joss.03790) For more details, see the associated publication: Legrand et al. (2022).
## Compilation and installation ## Compilation and installation
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment