comparison je @ 4:7895e352c09b draft

planemo upload for repository https://git.embl.de/grp-gbcs/Je/tree/master/src/galaxy commit 1c7680ac36888721d2c0b72f4e6d27415fe07b43
author gbcs-embl-heidelberg
date Tue, 01 Aug 2017 03:42:23 -0400
parents 01fdc6d10660
children
comparison
equal deleted inserted replaced
3:01fdc6d10660 4:7895e352c09b
3 3
4 # where are we stored ? 4 # where are we stored ?
5 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 5 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6 # echo $DIR 6 # echo $DIR
7 # path to jar file to execute, this jar is supposed to be in the same dir as this script 7 # path to jar file to execute, this jar is supposed to be in the same dir as this script
8 JAR_FILE=$DIR"/je_1.1_bundle.jar" 8 JAR_FILE=$DIR"/je_1.2_bundle.jar"
9 9
10 # set default _JAVA_OPTIONS 10 # set default _JAVA_OPTIONS
11 _JAVA_OPTIONS=${_JAVA_OPTIONS:-'-Xmx4G -Xms256m'} 11 _JAVA_OPTIONS=${_JAVA_OPTIONS:-'-Xmx4G -Xms256m'}
12 export _JAVA_OPTIONS 12 export _JAVA_OPTIONS
13 13