comparison multiqc.xml @ 21:6dbde6ce9d93 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Wed, 01 Sep 2021 07:42:28 +0000
parents 9e0d04f86d87
children 85613e9ad431
comparison
equal deleted inserted replaced
20:9e0d04f86d87 21:6dbde6ce9d93
1 <tool id="multiqc" name="MultiQC" version="@WRAPPER_VERSION@+galaxy1"> 1 <tool id="multiqc" name="MultiQC" version="@WRAPPER_VERSION@+galaxy1">
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 <xrefs>
4 <xref type="bio.tools">multiqc</xref>
5 </xrefs>
3 <macros> 6 <macros>
4 <token name="@WRAPPER_VERSION@">1.9</token> 7 <token name="@WRAPPER_VERSION@">1.9</token>
5 <token name="@ESCAPE_IDENTIFIER@"> 8 <token name="@ESCAPE_IDENTIFIER@">
6 <![CDATA[ 9 <![CDATA[
7 #set identifier = re.sub('[^\s\w\-]', '_', str($file.element_identifier)) 10 #set identifier = re.sub('[^\s\w\-]', '_', str($file.element_identifier))