comparison summarize_taxa.xml @ 9:f123155af742 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit c845cb240f57663cf1e2240c5c506ea0b294872c"
author iuc
date Thu, 05 Dec 2019 07:56:37 -0500
parents 65b11616e81d
children
comparison
equal deleted inserted replaced
8:403631ded67c 9:f123155af742
1 <tool id="qiime_summarize_taxa" name="Summarize taxa" version="@WRAPPER_VERSION@.0"> 1 <tool id="qiime_summarize_taxa" name="Summarize taxa" version="@WRAPPER_VERSION@.0" profile="@PROFILE@">
2 <description>and store results in a new table or appended to an existing mapping file (summarize_taxa)</description> 2 <description>and store results in a new table or appended to an existing mapping file (summarize_taxa)</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
7 <version_command>summarize_taxa.py --version</version_command> 7 <version_command>summarize_taxa.py --version</version_command>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 @MPLBACKEND@
9 summarize_taxa.py 10 summarize_taxa.py
10 -i '$otu_table_fp' 11 -i '$otu_table_fp'
11 -o summarize_taxa 12 -o summarize_taxa
12 -L '$level' 13 -L '$level'
13 #if str($mapping) != 'None': 14 #if str($mapping) != 'None':