comparison multiqc.xml @ 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
comparison
equal deleted inserted replaced
6:01237d721a9f 7:467486f1c568
214 #elif str($repeat2.type.type) == "read_gc" 214 #elif str($repeat2.type.type) == "read_gc"
215 #for $k, $file in enumerate($repeat2.type.input) 215 #for $k, $file in enumerate($repeat2.type.input)
216 ln -s '$file' '$repeat_dir/file_${k}.GC.xls' && 216 ln -s '$file' '$repeat_dir/file_${k}.GC.xls' &&
217 #end for 217 #end for
218 #elif str($repeat2.type.type) == "junction_annotation" 218 #elif str($repeat2.type.type) == "junction_annotation"
219 #set $pattern = "Group Total_bases Tag_count Tags/Kb"
220 @LN_3_FILES@
221 #elif str($repeat2.type.type) == "read_distribution"
219 #set $pattern = "Group Total_bases Tag_count Tags/Kb" 222 #set $pattern = "Group Total_bases Tag_count Tags/Kb"
220 @LN_3_FILES@ 223 @LN_3_FILES@
221 #elif str($repeat2.type.type) == "read_duplication_pos" 224 #elif str($repeat2.type.type) == "read_duplication_pos"
222 #for $k, $file in enumerate($repeat2.type.input) 225 #for $k, $file in enumerate($repeat2.type.input)
223 ln -s '$file' '$repeat_dir/file_${k}.pos.DupRate.xls' && 226 ln -s '$file' '$repeat_dir/file_${k}.pos.DupRate.xls' &&