Skip to content

Instantly share code, notes, and snippets.

@mja
Created April 7, 2015 12:22
Show Gist options
  • Save mja/ee72ae28a5c9fecad93c to your computer and use it in GitHub Desktop.
Save mja/ee72ae28a5c9fecad93c to your computer and use it in GitHub Desktop.
gatk command line script
#!/bin/sh
java -jar /path/to/GenomeAnalysisTK.jar $@
@mja
Copy link
Author

mja commented Apr 7, 2015

Edit to point to your copy of GenomeAnalysisTK.jar then put in your $PATH.

Run as

gatk -T <ToolName> [arguments]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment