Mercurial > repos > iuc > multiqc
changeset 7:6b377ade9c97 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 9f2cdfc1302dce000f9a86d13d4af204cf1dc89d
author | iuc |
---|---|
date | Sun, 14 Jan 2018 09:56:32 -0500 |
parents | 8cb0a6c3166c |
children | 6ef9e2d46af4 |
files | multiqc.xml |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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' &&