# HG changeset patch # User iuc # Date 1512469423 18000 # Node ID 363710bf14f67ddd51dad65f459e18fa20a2a801 # Parent 08188e2202aa7b2be3ba2eb8d5301e6d51151f88 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 36465d526cea3d061724952bb6cf63ee8dd069bf diff -r 08188e2202aa -r 363710bf14f6 multiqc.xml --- a/multiqc.xml Fri Dec 01 09:06:39 2017 -0500 +++ b/multiqc.xml Tue Dec 05 05:23:43 2017 -0500 @@ -1,4 +1,4 @@ - + aggregate results from bioinformatics analyses into a single report 1.2 @@ -107,12 +107,12 @@ #elif str($repeat.software_cond.software) == "featureCounts" #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' && - cat '$file' >> '${file_prefix}.summary' && - #else - ln -s '$file' '${file_prefix}.summary' && - #end if + if grep -qw Status '$file'; then + ln -s '$file' '${file_prefix}.summary'; + else + echo -e 'Status\t$file.element_identifier' > '${file_prefix}.summary'; + cat '$file' >> '${file_prefix}.summary'; + fi && #end for #elif str($repeat.software_cond.software) == "flexbar" #set $pattern = "flexible barcode and adapter removal"