comparison alpha_rarefaction.xml @ 7:9023dcdccf72 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:46:03 -0500
parents 0a097fc6e5a6
children
comparison
equal deleted inserted replaced
6:682c9e35ff19 7:9023dcdccf72
1 <tool id="qiime_alpha_rarefaction" name="Perform alpha rarefaction" version="@WRAPPER_VERSION@.0"> 1 <tool id="qiime_alpha_rarefaction" name="Perform alpha rarefaction" version="@WRAPPER_VERSION@.0" profile="@PROFILE@">
2 <description>(alpha_rarefaction)</description> 2 <description>(alpha_rarefaction)</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>alpha_rarefaction.py --version</version_command> 7 <version_command>alpha_rarefaction.py --version</version_command>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 ## set matplotlib backend 9 @MPLBACKEND@
10 echo "backend:agg" > matplotlibrc &&
11
12 alpha_rarefaction.py 10 alpha_rarefaction.py
13 --otu_table_fp '$otu_table_fp' 11 --otu_table_fp '$otu_table_fp'
14 --mapping_fp '$mapping_fp' 12 --mapping_fp '$mapping_fp'
15 -o alpha_rarefaction 13 -o alpha_rarefaction
16 #if $parameter_fp 14 #if $parameter_fp