Repository 'multiqc'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/multiqc

Changeset 10:ce0f144f4835 (2018-08-05)
Previous changeset 9:df99138d2776 (2018-04-25) Next changeset 11:f0ec41881020 (2018-08-06)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit e22f6c00774c9ec9f29773eba43fd509d55031e4
modified:
multiqc.xml
b
diff -r df99138d2776 -r ce0f144f4835 multiqc.xml
--- a/multiqc.xml Wed Apr 25 07:59:52 2018 -0400
+++ b/multiqc.xml Sun Aug 05 18:26:28 2018 -0400
b
@@ -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