# HG changeset patch # User iuc # Date 1515941746 18000 # Node ID 467486f1c5680515d7af7adb11faf9d55c87c316 # Parent 01237d721a9f8642a382e083034396c62b45475c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 9f2cdfc1302dce000f9a86d13d4af204cf1dc89d 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 @@ -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' &&