# HG changeset patch # User iuc # Date 1515941792 18000 # Node ID 6b377ade9c9752d29e371b70e6a41606074d126b # Parent 8cb0a6c3166c45fa67a62c41a4abd9b232e68ac5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 9f2cdfc1302dce000f9a86d13d4af204cf1dc89d diff -r 8cb0a6c3166c -r 6b377ade9c97 multiqc.xml --- a/multiqc.xml Sat Dec 23 15:57:39 2017 -0500 +++ b/multiqc.xml Sun Jan 14 09:56:32 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' &&