rna-seqc package: JAVA_{ARGS,OPTS} for helper script (#6972)

This commit is contained in:
Eric 2018-01-29 22:23:59 -06:00 committed by scheibelp
parent 7368586f0d
commit cd084d02ce

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
# convenience wrapper for the rna-seqc jar file # convenience wrapper for the rna-seqc jar file
java -jar RNA-SeQC_v{}.jar "$@" java $JAVA_ARGS $JAVA_OPTS -jar RNA-SeQC_v{}.jar "$@"