comparison multiqc.xml @ 10:ce0f144f4835 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit e22f6c00774c9ec9f29773eba43fd509d55031e4
author iuc
date Sun, 05 Aug 2018 18:26:28 -0400
parents df99138d2776
children f0ec41881020
comparison
equal deleted inserted replaced
9:df99138d2776 10:ce0f144f4835
1 <tool id="multiqc" name="MultiQC" version="@WRAPPER_VERSION@.0"> 1 <tool id="multiqc" name="MultiQC" version="@WRAPPER_VERSION@.1">
2 <description>aggregate results from bioinformatics analyses into a single report</description> 2 <description>aggregate results from bioinformatics analyses into a single report</description>
3 <macros> 3 <macros>
4 <token name="@WRAPPER_VERSION@">1.5</token> 4 <token name="@WRAPPER_VERSION@">1.5</token>
5 <token name="@ESCAPE_IDENTIFIER@"> 5 <token name="@ESCAPE_IDENTIFIER@">
6 <![CDATA[ 6 <![CDATA[
304 #set file_path = os.path.join($repeat_dir, 'file_' + str($k) + '.pos.DupRate.xls') 304 #set file_path = os.path.join($repeat_dir, 'file_' + str($k) + '.pos.DupRate.xls')
305 ln -s '$file' '$file_path' && 305 ln -s '$file' '$file_path' &&
306 #end for 306 #end for
307 #elif str($repeat2.type.type) == "infer_experiment" 307 #elif str($repeat2.type.type) == "infer_experiment"
308 #set $pattern = "Fraction of reads explained by" 308 #set $pattern = "Fraction of reads explained by"
309 #for $k, $file in enumerate($repeat2.type.input) 309 #for $file in $repeat2.type.input
310 #set file_path = os.path.join($repeat_dir, 'file_' + str($k) + '_infer_experiment.txt') 310 @ESCAPE_IDENTIFIER@
311 #set file_path = os.path.join($repeat_dir, str($identifier))
311 grep -q "$pattern" $file || die "'$pattern' not found in the file" && 312 grep -q "$pattern" $file || die "'$pattern' not found in the file" &&
312 ln -s '$file' '$file_path' && 313 ln -s '$file' '$file_path' &&
313 #end for 314 #end for
314 #end if 315 #end if
315 #end for 316 #end for