comparison filter_taxa_from_otu_table.xml @ 7:13ad599d3fe3 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:51:24 -0500
parents 95a39cd8a53a
children
comparison
equal deleted inserted replaced
6:03a2858d52b1 7:13ad599d3fe3
1 <tool id="qiime_filter_taxa_from_otu_table" name="Filter taxa from an OTU table" version="@WRAPPER_VERSION@.0"> 1 <tool id="qiime_filter_taxa_from_otu_table" name="Filter taxa from an OTU table" version="@WRAPPER_VERSION@.0" profile="@PROFILE@">
2 <description>(filter_taxa_from_otu_table)</description> 2 <description>(filter_taxa_from_otu_table)</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>filter_taxa_from_otu_table.py --version</version_command> 7 <version_command>filter_taxa_from_otu_table.py --version</version_command>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 @MPLBACKEND@
9 filter_taxa_from_otu_table.py 10 filter_taxa_from_otu_table.py
10 --input_otu_table_fp '$input_otu_table_fp' 11 --input_otu_table_fp '$input_otu_table_fp'
11 --output_otu_table_fp '$output_otu_table_fp' 12 --output_otu_table_fp '$output_otu_table_fp'
12 #if str($positive_taxa) != '' 13 #if str($positive_taxa) != ''
13 --positive_taxa '$positive_taxa' 14 --positive_taxa '$positive_taxa'