Repository 'je_demultiplex'
hg clone https://toolshed.g2.bx.psu.edu/repos/gbcs-embl-heidelberg/je_demultiplex

Changeset 4:6da7b7886cbf (2017-08-01)
Previous changeset 3:8930b411a9d7 (2017-06-21) Next changeset 5:222819c87d90 (2017-08-02)
Commit message:
planemo upload for repository https://git.embl.de/grp-gbcs/Je/tree/master/src/galaxy commit 1c7680ac36888721d2c0b72f4e6d27415fe07b43
modified:
je
macros.xml
added:
je_1.2_bundle.jar
removed:
je_1.1_bundle.jar
b
diff -r 8930b411a9d7 -r 6da7b7886cbf je
--- a/je Wed Jun 21 05:23:13 2017 -0400
+++ b/je Tue Aug 01 03:42:43 2017 -0400
[
@@ -5,7 +5,7 @@
 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.1_bundle.jar"
+JAR_FILE=$DIR"/je_1.2_bundle.jar"
 
 # set default _JAVA_OPTIONS
 _JAVA_OPTIONS=${_JAVA_OPTIONS:-'-Xmx4G -Xms256m'}
b
diff -r 8930b411a9d7 -r 6da7b7886cbf je_1.1_bundle.jar
b
Binary file je_1.1_bundle.jar has changed
b
diff -r 8930b411a9d7 -r 6da7b7886cbf je_1.2_bundle.jar
b
Binary file je_1.2_bundle.jar has changed
b
diff -r 8930b411a9d7 -r 6da7b7886cbf macros.xml
--- a/macros.xml Wed Jun 21 05:23:13 2017 -0400
+++ b/macros.xml Tue Aug 01 03:42:43 2017 -0400
b
@@ -1,6 +1,6 @@
 <macros>
 
-    <token name="@VERSION_STRING@">1.1</token>
+    <token name="@VERSION_STRING@">1.2</token>
 
     <token name="@single_or_paired_cmd@">
         #if str( $library.type ) == "single":