Skip to content

Instantly share code, notes, and snippets.

@stephenturner
Created August 12, 2013 15:38
Show Gist options
  • Save stephenturner/6211999 to your computer and use it in GitHub Desktop.
Save stephenturner/6211999 to your computer and use it in GitHub Desktop.
# Make the utility script executable (do this once)
chmod +x ~/bin/ngs/gatk/gatk
# Put the GATK directory in your path (add to .bashrc)
export PATH=$HOME/bin/ngs/gatk/:$PATH
# The "old way" to invoke GATK's help:
java -Xmx100m -jar ~/bin/ngs/gatk/GenomeAnalysisTK.jar -h
# The easy way:
gatk -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment