User Tools

Site Tools


picard-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
picard-software [2015/03/16 09:00] – created aorthpicard-software [2021/09/05 11:19] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 1.129+  * Version: 2.26.1
   * Added: March, 2015   * Added: March, 2015
-  * Link: https://broadinstitute.github.io/picard+  * Updated: September, 2021 
 +  * Link: https://github.com/broadinstitute/picard
  
 ===== Usage ===== ===== Usage =====
- +See versions of picard which are available:
-=== See versions of picard which are available ===+
 <code>$ module avail picard</code> <code>$ module avail picard</code>
  
-=== Load and run picard === +Run picard: 
-<code>module load picard/1.129 +<code>java -jar /export/apps/picard/2.26.1/picard.jar</code> 
-picard</code>+ 
 +**Note:** Picard tools are CPU hungry; please use a minimum of 6 CPUs in your batch job when running tools from this suite.
  
-=== Note: Picard tools are CPU hungry; please use a minimum of 6 CPUs in your batch job when running tools from this suite ===+**Note:** Picard makes use of temporary storage in ''/tmp'' during analysis by default. You will probably run into "No space left on device" errors unless you specify a different temp directory, for example: ''TMP_DIR=/var/scratch''.
  
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>cd /tmp +<code>wget https://github.com/broadinstitute/picard/releases/download/2.26.1/picard.jar 
-https://github.com/broadinstitute/picard/releases/download/1.129/picard-tools-1.129.zip +$ sudo mkdir -p /export/apps/picard/2.26.1 
-$ unzip picard-tools-1.129.zip +$ sudo cp picard.jar /export/apps/picard/2.26.1</code>
-$ cd picard-tools-1.129 +
-$ sudo mkdir -p /export/apps/picard/1.129 +
-$ sudo cp -rv * /export/apps/picard/1.129</code>+
picard-software.txt · Last modified: 2022/11/21 08:01 by aorth