diff qiime2/qiime_gneiss_ilr-hierarchical.xml @ 14:a0a8d77a991c draft

Uploaded
author florianbegusch
date Thu, 03 Sep 2020 09:51:29 +0000
parents f190567fe3f6
children
line wrap: on
line diff
--- a/qiime2/qiime_gneiss_ilr-hierarchical.xml	Thu Sep 03 09:46:00 2020 +0000
+++ b/qiime2/qiime_gneiss_ilr-hierarchical.xml	Thu Sep 03 09:51:29 2020 +0000
@@ -1,34 +1,45 @@
 <?xml version="1.0" ?>
-<tool id="qiime_gneiss_ilr-hierarchical" name="qiime gneiss ilr-hierarchical" version="2019.7">
-	<description> - Isometric Log-ratio Transform applied to a hierarchical clustering</description>
-	<requirements>
-		<requirement type="package" version="2019.7">qiime2</requirement>
-	</requirements>
-	<command><![CDATA[
+<tool id="qiime_gneiss_ilr-hierarchical" name="qiime gneiss ilr-hierarchical"
+      version="2020.8">
+  <description>Isometric Log-ratio Transform applied to a hierarchical clustering</description>
+  <requirements>
+    <requirement type="package" version="2020.8">qiime2</requirement>
+  </requirements>
+  <command><![CDATA[
 qiime gneiss ilr-hierarchical
 
 --i-table=$itable
+
 --i-tree=$itree
 
-#if str($ppseudocount):
- --p-pseudocount=$ppseudocount
+--p-pseudocount=$ppseudocount
+
+--o-balances=obalances
+
+#if str($examples) != 'None':
+--examples=$examples
 #end if
 
---o-balances=obalances
 ;
 cp obalances.qza $obalances
-	]]></command>
-	<inputs>
-		<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"/>
-		<param format="qza,no_unzip.zip" label="--i-tree: ARTIFACT       A hierarchy of feature identifiers that defines the Hierarchy             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.                                   [required]" name="itree" optional="False" type="data"/>
-		<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"/>
-	</inputs>
-	<outputs>
-		<data format="qza" label="${tool.name} on ${on_string}: balances.qza" name="obalances"/>
-	</outputs>
-	<help><![CDATA[
+
+  ]]></command>
+  <inputs>
+    <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" />
+    <param format="qza,no_unzip.zip" label="--i-tree: ARTIFACT       A hierarchy of feature identifiers that defines the Hierarchy             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.                                   [required]" name="itree" optional="False" type="data" />
+    <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" />
+    <param label="--examples: Show usage examples and exit." name="examples" optional="False" type="data" />
+    
+  </inputs>
+
+  <outputs>
+    <data format="qza" label="${tool.name} on ${on_string}: balances.qza" name="obalances" />
+    
+  </outputs>
+
+  <help><![CDATA[
 Isometric Log-ratio Transform applied to a hierarchical clustering
-##################################################################
+###############################################################
 
 Calculate balances given a hierarchy.
 
@@ -51,9 +62,9 @@
 -------
 balances : FeatureTable[Balance]
     The resulting balances from the ilr transform.
-	]]></help>
-<macros>
+  ]]></help>
+  <macros>
     <import>qiime_citation.xml</import>
-</macros>
-<expand macro="qiime_citation"/>
-</tool>
+  </macros>
+  <expand macro="qiime_citation"/>
+</tool>
\ No newline at end of file