Picard
Picard is a set of Java command line tools for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF.
Usage
Warning
Warning
Users can list available tools:
And run individual tools, for example:
Since version 2.27.5, the usage is more straightforward.
Java processes within Picard may exceed the quota for saving temporary files in the root directory (/tmp
). When calculation fails with something like Caused by: java.io.IOException: Disk quota exceeded
, call the command
before starting Picard. This command redirects temporary files to the scratch.
Last updated on