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
Be aware that Picard needs a defined $SCRATCHDIR
variable for successful running.
Warning
To run Picard version <= 2.22.1
you need Java as well - load manually module add jdk/
.
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