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 revisionBoth sides next revision
picard-software [2017/02/05 13:18] joguyapicard-software [2017/02/06 07:49] – [Installation] joguya
Line 28: Line 28:
 </code> </code>
  
-I created a generic ''picard'' wrapper for picard tools, as it must otherwise be run with ''java -jar ..'' and is rather user-unfriendly.+I created a generic ''GenomeAnalysisTK'' wrapper shell script for GATK, as it must otherwise be run with ''java -jar ..'' and is rather user-unfriendly.
  
-/export/apps/picard/2.8.2/picard<code>#!/usr/bin/env bash+/export/apps/gatk/3.7.0/GenomeAnalysisTK.jar<code>#!/usr/bin/env bash
  
 readonly PREFIX=$(dirname $0) readonly PREFIX=$(dirname $0)
  
-java -jar $PREFIX/picard.jar $*+java -jar $PREFIX/GenomeAnalysisTK.jar $*
 </code> </code>
 +
picard-software.txt · Last modified: 2022/11/21 08:01 by aorth