# HG changeset patch
# User iuc
# Date 1509147618 14400
# Node ID ac90f110c39c13ec556c595c6b3e8b9b5b386f8f
# Parent b437798cb165ba6ee48974b440766723908bd080
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 110247de01764a544371d07eaed0308429a47daa
diff -r b437798cb165 -r ac90f110c39c multiqc.xml
--- a/multiqc.xml Tue Oct 24 06:29:40 2017 -0400
+++ b/multiqc.xml Fri Oct 27 19:40:18 2017 -0400
@@ -108,7 +108,7 @@
#for $file in $repeat.software_cond.input
#set file_prefix = $software_dir + '/' + str($file.element_identifier)
#if $file.metadata.column_names and $file.metadata.column_names.find(',') != -1
- echo '$file.metadata.column_names.replace(',','\t').replace('__ob__u','').replace('u__sq__','').replace('__sq__','').replace('__cb__','')' >> '$file_prefix.summary' &&
+ echo '$file.metadata.column_names.replace(',','\t').replace('__ob__u','').replace('u__sq__','').replace('__sq__','').replace('__cb__','')' >> '${file_prefix}.summary' &&
cat '$file' >> '${file_prefix}.summary' &&
#else
ln -s '$file' '${file_prefix}.summary' &&
@@ -322,7 +322,7 @@
ln -s '$file' '${software_dir}/file_${i}_${j}' &&
more $file &&
#end for
- #end if
+ #end if
#end for
multiqc multiqc_WDir
@@ -531,7 +531,7 @@
-
+