User Tools

Site Tools


picard-software

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
picard-software [2015/06/10 12:58] – [Installation] joguyapicard-software [2017/02/05 13:18] joguya
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 1.133+  * Version: 2.8.2
   * Added: March, 2015   * Added: March, 2015
-  * Updated: June2015+  * Updated: February2017
   * Link: https://broadinstitute.github.io/picard   * Link: https://broadinstitute.github.io/picard
  
Line 15: Line 15:
  
 Load and run picard: Load and run picard:
-<code>$ module load picard/1.133+<code>$ module load picard/2.8.2
 $ picard</code> $ picard</code>
  
Line 24: Line 24:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget https://github.com/broadinstitute/picard/releases/download/1.133/picard-tools-1.133.zip +$ wget https://github.com/broadinstitute/picard/releases/download/2.8.2/picard-2.8.2.jar 
-unzip picard-tools-1.133.zip +sudo cp picard-2.8.2.jar /export/apps/picard/2.8.2/
-$ cd picard-tools-1.133 +
-$ sudo mkdir /export/apps/picard/1.133 +
-$ sudo cp -rv * /export/apps/picard/1.133+
 </code> </code>
  
-I created a generic ''picard'' wrapper for picard tools, as it must otherwise be run with ''java -jar ..'' and is rather unfriendly. +I created a generic ''picard'' wrapper for picard tools, as it must otherwise be run with ''java -jar ..'' and is rather user-unfriendly. 
-/export/apps/picard/1.133/picard + 
-<code>#!/usr/bin/env bash+/export/apps/picard/2.8.2/picard<code>#!/usr/bin/env bash
  
 readonly PREFIX=$(dirname $0) readonly PREFIX=$(dirname $0)
picard-software.txt · Last modified: 2022/11/21 08:01 by aorth