spack/var/spack/repos/builtin/packages/trimmomatic/trimmomatic.sh
George Hartzell 35488e04a0 Helper script support JAVA_{ARGS,OPTS} (#4640)
Make it possible to pass addition arguments to the
JVM.

Apparently there are two vars and they are [commonly *both* used][1].

Go figure.

[1]: https://stackoverflow.com/questions/23507639/is-it-same-mean-java-args-and-java-opts
2017-06-29 15:38:12 -05:00

4 lines
114 B
Bash

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