diff je @ 3:01fdc6d10660 draft

planemo upload for repository https://git.embl.de/grp-gbcs/Je/tree/master/src/galaxy commit dd9e62bdb01d1252a90ce778103ce9b6b4a8cd52-dirty
author gbcs-embl-heidelberg
date Wed, 21 Jun 2017 05:22:53 -0400
parents ff5fddc4739b
children 7895e352c09b
line wrap: on
line diff
--- a/je	Wed Dec 07 11:57:30 2016 -0500
+++ b/je	Wed Jun 21 05:22:53 2017 -0400
@@ -1,11 +1,11 @@
 #!/bin/sh
-# Wrapper around je_1.0_bundle.jar
+# Wrapper around je_1.1_bundle.jar
 
 # where are we stored ?
 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 # echo $DIR
 # path to jar file to execute, this jar is supposed to be in the same dir as this script
-JAR_FILE=$DIR"/je_1.0_bundle.jar"
+JAR_FILE=$DIR"/je_1.1_bundle.jar"
 
 # set default _JAVA_OPTIONS
 _JAVA_OPTIONS=${_JAVA_OPTIONS:-'-Xmx4G -Xms256m'}