changeset 0:e751c3f69726 draft

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__diversity commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1
author q2d2
date Mon, 29 Aug 2022 19:37:31 +0000
parents
children 5279c32b6eab
files qiime2__diversity__pcoa_biplot.xml test-data/.gitkeep
diffstat 1 files changed, 74 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qiime2__diversity__pcoa_biplot.xml	Mon Aug 29 19:37:31 2022 +0000
@@ -0,0 +1,74 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!--
+Copyright (c) 2022, QIIME 2 development team.
+
+Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause)
+-->
+<!--
+This tool was automatically generated by:
+    q2galaxy (version: 2022.8.1)
+for:
+    qiime2 (version: 2022.8.1)
+-->
+<tool name="qiime2 diversity pcoa-biplot" id="qiime2__diversity__pcoa_biplot" version="2022.8.0+q2galaxy.2022.8.1.2" profile="22.05" license="BSD-3-Clause">
+    <description>Principal Coordinate Analysis Biplot</description>
+    <requirements>
+        <container type="docker">quay.io/qiime2/core:2022.8</container>
+    </requirements>
+    <version_command>q2galaxy version diversity</version_command>
+    <command detect_errors="aggressive">q2galaxy run diversity pcoa_biplot '$inputs'</command>
+    <configfiles>
+        <inputs name="inputs" data_style="paths"/>
+    </configfiles>
+    <inputs>
+        <param name="pcoa" type="data" format="qza" label="pcoa: PCoAResults" help="[required]  The PCoA where the features will be projected onto.">
+            <options options_filter_attribute="metadata.semantic_type">
+                <filter type="add_value" value="PCoAResults"/>
+            </options>
+            <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['PCoAResults']</validator>
+        </param>
+        <param name="features" type="data" format="qza" label="features: FeatureTable[RelativeFrequency]" help="[required]  Variables to project onto the PCoA matrix">
+            <options options_filter_attribute="metadata.semantic_type">
+                <filter type="add_value" value="FeatureTable[RelativeFrequency]"/>
+            </options>
+            <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[RelativeFrequency]']</validator>
+        </param>
+    </inputs>
+    <outputs>
+        <data name="biplot" format="qza" label="${tool.name} on ${on_string}: biplot.qza" from_work_dir="biplot.qza"/>
+    </outputs>
+    <tests/>
+    <help>
+QIIME 2: diversity pcoa-biplot
+==============================
+Principal Coordinate Analysis Biplot
+
+
+Outputs:
+--------
+:biplot.qza: The resulting PCoA matrix.
+
+|  
+
+Description:
+------------
+Project features into a principal coordinates matrix. The features used should be the features used to compute the distance matrix. It is recommended that these variables be normalized in cases of dimensionally heterogeneous physical variables.
+
+
+|  
+
+</help>
+    <citations>
+        <citation type="bibtex">@inbook{cite1,
+ author = {Pierre Legendre and Louis Legendre},
+ edition = {Third},
+ isbn = {0444-89249},
+ pages = {499},
+ publisher = {Elsevier},
+ title = {Numerical Ecology},
+ year = {2012}
+}
+</citation>
+        <citation type="doi">10.1038/s41587-019-0209-9</citation>
+    </citations>
+</tool>