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

Changeset 7:467486f1c568 (2018-01-14)
Previous changeset 6:01237d721a9f (2017-12-23) Next changeset 8:e0f4a651c6b9 (2018-04-20)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 9f2cdfc1302dce000f9a86d13d4af204cf1dc89d
modified:
multiqc.xml
b
diff -r 01237d721a9f -r 467486f1c568 multiqc.xml
--- a/multiqc.xml Sat Dec 23 15:57:55 2017 -0500
+++ b/multiqc.xml Sun Jan 14 09:55:46 2018 -0500
b
@@ -218,6 +218,9 @@
             #elif str($repeat2.type.type) == "junction_annotation"
                 #set $pattern = "Group               Total_bases         Tag_count           Tags/Kb"
                 @LN_3_FILES@
+            #elif str($repeat2.type.type) == "read_distribution"
+                #set $pattern = "Group               Total_bases         Tag_count           Tags/Kb"
+                @LN_3_FILES@
             #elif str($repeat2.type.type) == "read_duplication_pos"
                 #for $k, $file in enumerate($repeat2.type.input)
                     ln -s '$file' '$repeat_dir/file_${k}.pos.DupRate.xls' &&