changeset 10:ce0f144f4835 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit e22f6c00774c9ec9f29773eba43fd509d55031e4
author iuc
date Sun, 05 Aug 2018 18:26:28 -0400
parents df99138d2776
children f0ec41881020
files multiqc.xml
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/multiqc.xml	Wed Apr 25 07:59:52 2018 -0400
+++ b/multiqc.xml	Sun Aug 05 18:26:28 2018 -0400
@@ -1,4 +1,4 @@
-<tool id="multiqc" name="MultiQC" version="@WRAPPER_VERSION@.0">
+<tool id="multiqc" name="MultiQC" version="@WRAPPER_VERSION@.1">
     <description>aggregate results from bioinformatics analyses into a single report</description>
     <macros>
         <token name="@WRAPPER_VERSION@">1.5</token>
@@ -306,8 +306,9 @@
                 #end for
             #elif str($repeat2.type.type) == "infer_experiment"
                 #set $pattern = "Fraction of reads explained by"
-                #for $k, $file in enumerate($repeat2.type.input)
-                    #set file_path = os.path.join($repeat_dir, 'file_' + str($k) + '_infer_experiment.txt') 
+                #for $file in $repeat2.type.input
+                    @ESCAPE_IDENTIFIER@
+                    #set file_path = os.path.join($repeat_dir, str($identifier))
                     grep -q "$pattern" $file || die "'$pattern' not found in the file" &&
                     ln -s '$file' '$file_path' &&
                 #end for