User Tools

Site Tools


gatk-software

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
gatk-software [2017/02/06 07:50] – created joguyagatk-software [2021/09/06 11:36] aorth
Line 1: Line 1:
-====== Genome Analysis ToolKit(GATK) ======+====== Genome Analysis ToolKit (GATK) ======
  
 GATK offers a wide variety of tools with a primary focus on variant discovery and genotyping. GATK offers a wide variety of tools with a primary focus on variant discovery and genotyping.
Line 5: Line 5:
 ===== Information ===== ===== Information =====
  
-  * Latest Version: 3.7.0 +  * Latest Version: 4.2.2.0
-  * Updated: February, 2017+
   * Added: May, 2014   * Added: May, 2014
-  * Link: https://software.broadinstitute.org/gatk/+  * Updated: September, 2021 
 +  * Link: https://github.com/broadinstitute/gatk
  
 ===== Usage ===== ===== Usage =====
Line 15: Line 15:
 <code>$ module avail gatk</code> <code>$ module avail gatk</code>
  
-Load gatk +Load one version into your environment and run it: 
-<code>$ module load gatk/3.7.0</code>+<code>$ module load gatk/4.2.2.0 
 +$ gatk</code>
  
 ===== Installation ====== ===== Installation ======
- 
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
-<code> 
-$ cd /tmp 
-$ wget -qO- "https://software.broadinstitute.org/gatk/download/auth?package=GATK" | tar xjv 
-$ sudo mkdir /export/apps/gatk/3.7.0/ 
-$ sudo chown -R joguya:joguya /export/apps/gatk/3.7.0/ 
-$ sudo cp -rv GenomeAnalysisTK.jar resources/ /export/apps/gatk/3.7.0/ 
-</code> 
- 
-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/gatk/3.7.0/GenomeAnalysisTK.jar<code>#!/usr/bin/env bash 
- 
-readonly PREFIX=$(dirname $0) 
- 
-java -jar $PREFIX/GenomeAnalysisTK.jar $* 
-</code> 
  
 +<code>$ cd /tmp
 +$ wget https://github.com/broadinstitute/gatk/releases/download/4.2.2.0/gatk-4.2.2.0.zip
 +$ unzip gatk-4.2.2.0.zip
 +$ sudo cp -r gatk-4.2.2.0 /export/apps/gatk/4.2.2.0</code>
gatk-software.txt · Last modified: 2023/05/11 09:59 by aorth