This is an old revision of the document!
A set of Java command line tools for manipulating high-throughput sequencing data (HTS) data and formats.
$ module avail picard
$ module load picard/1.129 $ picard
Notes from the sysadmin during installation:
$ cd /tmp $ https://github.com/broadinstitute/picard/releases/download/1.129/picard-tools-1.129.zip $ unzip picard-tools-1.129.zip $ cd picard-tools-1.129 $ sudo mkdir -p /export/apps/picard/1.129 $ sudo cp -rv * /export/apps/picard/1.129