-
Notifications
You must be signed in to change notification settings - Fork 3
Home
ReadTools provides a consistent and highly tested set of tools for processing sequencing data from any kind of source and focusing on raw reads, while including tools for mapped reads as well.
Diverse formats were developed for storing reads (see Read sources), but ReadTools opt for following the SAM specs to maintain a common data format to store both raw/mapped reads. Thus, ReadTools also helps to standardize sequencing data in different formats.
Executable jar files for all released versions can be found under Releases. For using unreleased versions, see the README.
Both released and unreleased changes are reported in the CHANGELOG.
To obtain a list of implemented tools run the following command:
java -jar ReadTools.jar
For a long description of each tool:
java -jar ReadTools.jar <toolName> --help
For getting the packaged version:
java -jar ReadTools.jar --version
orjava -jar ReadTools.jar -v
Please, if you find any problem use our issue tracker or contact by email daniel.gomez.sanchez@hotmail.es