spack/var/spack/repos/builtin/packages/picard/picard.sh
George Hartzell d8b6859e7b Add a package for Picard (#4398)
See the discussion about installing jar files in #4386.

Also installs a wrapper script that has explicit references to the
prerequisite java exe and to the jar file in it's final resting place.
2017-06-01 16:13:33 -05:00

4 lines
82 B
Bash

#!/bin/sh
# convenience wrapper for the picard jar file
java -jar picard.jar "$@"