Skip to content

Instantly share code, notes, and snippets.

@boboppie
Forked from stephenturner/jarlauncher.sh
Created August 27, 2013 10:36
Show Gist options
  • Save boboppie/6351996 to your computer and use it in GitHub Desktop.
Save boboppie/6351996 to your computer and use it in GitHub Desktop.
#!/bin/bash
PREFIX=$(dirname $0)
java -Xmx500m -jar $PREFIX/GenomeAnalysisTK.jar $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment