comparison qiime2/qiime_gneiss_ilr-phylogenetic.xml @ 14:a0a8d77a991c draft

Uploaded
author florianbegusch
date Thu, 03 Sep 2020 09:51:29 +0000
parents f190567fe3f6
children
comparison
equal deleted inserted replaced
13:887cd4ad8e16 14:a0a8d77a991c
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <tool id="qiime_gneiss_ilr-phylogenetic" name="qiime gneiss ilr-phylogenetic" version="2019.7"> 2 <tool id="qiime_gneiss_ilr-phylogenetic" name="qiime gneiss ilr-phylogenetic"
3 <description> - Isometric Log-ratio Transform applied to a phylogenetic tree</description> 3 version="2020.8">
4 <requirements> 4 <description>Isometric Log-ratio Transform applied to a phylogenetic tree</description>
5 <requirement type="package" version="2019.7">qiime2</requirement> 5 <requirements>
6 </requirements> 6 <requirement type="package" version="2020.8">qiime2</requirement>
7 <command><![CDATA[ 7 </requirements>
8 <command><![CDATA[
8 qiime gneiss ilr-phylogenetic 9 qiime gneiss ilr-phylogenetic
9 10
10 --i-table=$itable 11 --i-table=$itable
12
11 --i-tree=$itree 13 --i-tree=$itree
12 14
13 #if str($ppseudocount): 15 --p-pseudocount=$ppseudocount
14 --p-pseudocount=$ppseudocount 16
17 --o-balances=obalances
18
19 --o-hierarchy=ohierarchy
20
21 #if str($examples) != 'None':
22 --examples=$examples
15 #end if 23 #end if
16 24
17 --o-balances=obalances
18 --o-hierarchy=ohierarchy
19 ; 25 ;
20 cp obalances.qza $obalances;
21 cp ohierarchy.qza $ohierarchy 26 cp ohierarchy.qza $ohierarchy
22 ]]></command> 27
23 <inputs> 28 ]]></command>
24 <param format="qza,no_unzip.zip" label="--i-table: ARTIFACT FeatureTable[Frequency | Composition] The feature table containing the samples in which the ilr transform will be performed. [required]" name="itable" optional="False" type="data"/> 29 <inputs>
25 <param format="qza,no_unzip.zip" label="--i-tree: ARTIFACT A rooted phylogeny of feature identifiers that Phylogeny[Rooted] defines the partitions of features. Each tip in the hierarchycorresponds 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. This assumes that all of the internal nodes in the tree have labels. This tree may contain polytomic nodes (i.e., nodes with more than two children), in which case they will be bifurcated. [required]" name="itree" optional="False" type="data"/> 30 <param format="qza,no_unzip.zip" label="--i-table: ARTIFACT FeatureTable[Frequency | Composition] The feature table containing the samples in which the ilr transform will be performed. [required]" name="itable" optional="False" type="data" />
26 <param label="--p-pseudocount: NUMBER The value to add to zero counts in the feature table. [default: 0.5]" name="ppseudocount" optional="True" type="float" value="0.5"/> 31 <param format="qza,no_unzip.zip" label="--i-tree: ARTIFACT A rooted phylogeny of feature identifiers that Phylogeny[Rooted] defines the partitions of features. Each tip in the hierarchycorresponds 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. This assumes that all of the internal nodes in the tree have labels. This tree may contain polytomic nodes (i.e., nodes with more than two children), in which case they will be bifurcated. [required]" name="itree" optional="False" type="data" />
27 </inputs> 32 <param label="--p-pseudocount: NUMBER The value to add to zero counts in the feature table. [default: 0.5]" name="ppseudocount" optional="True" type="float" value="0.5" />
28 <outputs> 33 <param label="--examples: Show usage examples and exit." name="examples" optional="False" type="data" />
29 <data format="qza" label="${tool.name} on ${on_string}: balances.qza" name="obalances"/> 34
30 <data format="qza" label="${tool.name} on ${on_string}: hierarchy.qza" name="ohierarchy"/> 35 </inputs>
31 </outputs> 36
32 <help><![CDATA[ 37 <outputs>
38 <data format="qza" label="${tool.name} on ${on_string}: balances.qza" name="obalances" />
39 <data format="qza" label="${tool.name} on ${on_string}: hierarchy.qza" name="ohierarchy" />
40
41 </outputs>
42
43 <help><![CDATA[
33 Isometric Log-ratio Transform applied to a phylogenetic tree 44 Isometric Log-ratio Transform applied to a phylogenetic tree
34 ############################################################ 45 ###############################################################
35 46
36 Calculate balances given a rooted phylogeny. 47 Calculate balances given a rooted phylogeny.
37 48
38 Parameters 49 Parameters
39 ---------- 50 ----------
55 ------- 66 -------
56 balances : FeatureTable[Balance] 67 balances : FeatureTable[Balance]
57 The resulting balances from the ilr transform. 68 The resulting balances from the ilr transform.
58 hierarchy : Hierarchy 69 hierarchy : Hierarchy
59 Hierarchy from bifurcated phylogeny 70 Hierarchy from bifurcated phylogeny
60 ]]></help> 71 ]]></help>
61 <macros> 72 <macros>
62 <import>qiime_citation.xml</import> 73 <import>qiime_citation.xml</import>
63 </macros> 74 </macros>
64 <expand macro="qiime_citation"/> 75 <expand macro="qiime_citation"/>
65 </tool> 76 </tool>