# HG changeset patch # User gbcs-embl-heidelberg # Date 1520252027 18000 # Node ID 370d9764f67019a8b82fffc887779213b4b02723 # Parent c1a390032ed5dc4e2b2c13e13fd9db48576f6ff1 planemo upload for repository https://git.embl.de/grp-gbcs/Je/tree/master/src/galaxy commit e217faa15f73427979bb212036cb130a14c59750 diff -r c1a390032ed5 -r 370d9764f670 je-demultiplex-illu.xml --- a/je-demultiplex-illu.xml Fri Sep 15 08:17:16 2017 -0400 +++ b/je-demultiplex-illu.xml Mon Mar 05 07:13:47 2018 -0500 @@ -95,7 +95,8 @@ - + + @@ -124,6 +125,8 @@ Wrapper by: Jelle Scholtalbers (jelle.scholtalbers@embl.de). +With contributions by: Mehmet Tekman (@mtekman) + ------ **Know what you are doing** diff -r c1a390032ed5 -r 370d9764f670 macros.xml --- a/macros.xml Fri Sep 15 08:17:16 2017 -0400 +++ b/macros.xml Mon Mar 05 07:13:47 2018 -0500 @@ -1,6 +1,6 @@ - 1.2 + 1.2.1 je-suite @@ -278,19 +278,19 @@ - KEEP_UNASSIGNED_READ=$KEEP_UNASSIGNED_READ - STATS_ONLY=${adv_options.STATS_ONLY} - #if str( $adv_options.DIAG ) == "true": + KEEP_UNASSIGNED_READ=${KEEP_UNASSIGNED_READ} + STATS_ONLY=${STATS_ONLY} + #if str( $DIAG ) == "true": BARCODE_DIAG_FILE=$BARCODE_DIAG_FILE #end if - -
+ + + -
+
@@ -333,14 +333,24 @@ METRICS_FILE_NAME=$METRICS_FILE_NAME + - - + + - (adv_options['DIAG'] == 'true') + DIAG + + COLLECT_OUTPUTS and STATS_ONLY == False + + + + COLLECT_OUTPUTS and STATS_ONLY == False + +