-
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 any kind of source of sequencing data, focusing in raw reads (although it also include tools for mapped reads).
Diverse formats were develop for store 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 different sources for sequencing data.
Executable jar files for all and released versions could 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 --versionorjava -jar ReadTools.jar -v
Please, if you find any problem use our issue tracker or contact by email [email protected]