Mercurial > repos > iuc > multiqc
changeset 7:467486f1c568 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:55:46 -0500 |
parents | 01237d721a9f |
children | e0f4a651c6b9 |
files | multiqc.xml |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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' &&