-
Picard Tools
Picard Tools
Picard is a set of command line tools for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF.
License
Free to use and open source under MIT License.
Available
- Roihu: 3.3.0, via the
bio-appsmodule.
Usage
Picard is part of the bio-apps collection on Roihu. Load the bio-apps module tree and then the Picard module:
To get a summary of available tools:
Please note that in the Picard manual commands start with java -jar
picard.jar. On Roihu it is easiest to run Picard through the picard
wrapper, so substitute that with just picard.
Example:
If you need to specify Java options for Picard (for example to control the
Java heap size), you can run the jar directly with java — the module sets
the $PICARD environment variable to the Picard jar file.
Example: