annotate qiime2/qiime_diversity_alpha-phylogenetic-alt.xml @ 7:85b520815e85 draft

Uploaded
author florianbegusch
date Tue, 13 Aug 2019 07:53:59 -0400
parents de4c22a52df4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
florianbegusch
parents:
diff changeset
1 <?xml version="1.0" ?>
florianbegusch
parents:
diff changeset
2 <tool id="qiime_diversity_alpha-phylogenetic-alt" name="qiime diversity alpha-phylogenetic-alt" version="2019.7">
florianbegusch
parents:
diff changeset
3 <description> - Alpha diversity (phylogenetic) - alternative implementation</description>
florianbegusch
parents:
diff changeset
4 <requirements>
florianbegusch
parents:
diff changeset
5 <requirement type="package" version="2019.7">qiime2</requirement>
florianbegusch
parents:
diff changeset
6 </requirements>
florianbegusch
parents:
diff changeset
7 <command><![CDATA[
florianbegusch
parents:
diff changeset
8 qiime diversity alpha-phylogenetic-alt
florianbegusch
parents:
diff changeset
9
florianbegusch
parents:
diff changeset
10 --i-table=$itable
florianbegusch
parents:
diff changeset
11 --i-phylogeny=$iphylogeny
florianbegusch
parents:
diff changeset
12
florianbegusch
parents:
diff changeset
13 --p-metric=$pmetric
florianbegusch
parents:
diff changeset
14
florianbegusch
parents:
diff changeset
15 --o-alpha-diversity=oalphadiversity
florianbegusch
parents:
diff changeset
16
florianbegusch
parents:
diff changeset
17 ;
florianbegusch
parents:
diff changeset
18 cp oalphadiversity.qza $oalphadiversity
florianbegusch
parents:
diff changeset
19 ]]></command>
florianbegusch
parents:
diff changeset
20 <inputs>
florianbegusch
parents:
diff changeset
21 <param format="qza,no_unzip.zip" label="--i-table: ARTIFACT FeatureTable[Frequency] The feature table containing the samples for which alpha diversity should be computed. [required]" name="itable" optional="False" type="data"/>
florianbegusch
parents:
diff changeset
22 <param format="qza,no_unzip.zip" label="--i-phylogeny: ARTIFACT Phylogenetic tree containing tip identifiers that Phylogeny[Rooted] correspond to the feature identifiers in the table. This tree can contain tip ids that are not present in the table, but all feature ids in the table must be present in this tree. [required]" name="iphylogeny" optional="False" type="data"/>
florianbegusch
parents:
diff changeset
23 <param label="--p-metric: " name="pmetric" optional="False" type="select">
florianbegusch
parents:
diff changeset
24 <option value="faith_pd">faith_pd</option>
florianbegusch
parents:
diff changeset
25 </param>
florianbegusch
parents:
diff changeset
26 </inputs>
florianbegusch
parents:
diff changeset
27 <outputs>
florianbegusch
parents:
diff changeset
28 <data format="qza" label="${tool.name} on ${on_string}: alphadiversity.qza" name="oalphadiversity"/>
florianbegusch
parents:
diff changeset
29 </outputs>
florianbegusch
parents:
diff changeset
30 <help><![CDATA[
florianbegusch
parents:
diff changeset
31
florianbegusch
parents:
diff changeset
32 ]]></help>
florianbegusch
parents:
diff changeset
33 <macros>
florianbegusch
parents:
diff changeset
34 <import>qiime_citation.xml</import>
florianbegusch
parents:
diff changeset
35 </macros>
florianbegusch
parents:
diff changeset
36 <expand macro="qiime_citation"/>
florianbegusch
parents:
diff changeset
37 </tool>