changeset 0:6b2a52cbe2fe 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:31:37 +0000
parents
children 32c5fea4831a
files qiime2__diversity__umap.xml test-data/.gitkeep
diffstat 1 files changed, 64 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qiime2__diversity__umap.xml	Mon Aug 29 19:31:37 2022 +0000
@@ -0,0 +1,64 @@
+<?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 umap" id="qiime2__diversity__umap" version="2022.8.0+q2galaxy.2022.8.1.2" profile="22.05" license="BSD-3-Clause">
+    <description>Uniform Manifold Approximation and Projection</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 umap '$inputs'</command>
+    <configfiles>
+        <inputs name="inputs" data_style="paths"/>
+    </configfiles>
+    <inputs>
+        <param name="distance_matrix" type="data" format="qza" label="distance_matrix: DistanceMatrix" help="[required]  The distance matrix on which UMAP should be computed.">
+            <options options_filter_attribute="metadata.semantic_type">
+                <filter type="add_value" value="DistanceMatrix"/>
+            </options>
+            <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['DistanceMatrix']</validator>
+        </param>
+        <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">
+            <param name="number_of_dimensions" type="integer" min="2" value="2" label="number_of_dimensions: Int % Range(2, None)" help="[default: 2]  Dimensions to reduce the distance matrix to."/>
+            <param name="n_neighbors" type="integer" min="1" value="15" label="n_neighbors: Int % Range(1, None)" help="[default: 15]  Provide the balance between local and global structure. Low values prioritize the preservation of local structures. Large values sacrifice local details for a broader global embedding."/>
+            <param name="min_dist" type="float" min="0" value="0.4" label="min_dist: Float % Range(0, None)" help="[default: 0.4]  Controls the cluster size. Low values cause clumpier clusters. Higher values preserve a broad topological structure. To get less overlapping data points the default value is set to 0.4. For more details visit: https://umap-learn.readthedocs.io/en/latest/parameters.html"/>
+            <param name="random_state" type="integer" optional="true" label="random_state: Int" help="[optional]  Seed used by random number generator."/>
+        </section>
+    </inputs>
+    <outputs>
+        <data name="umap" format="qza" label="${tool.name} on ${on_string}: umap.qza" from_work_dir="umap.qza"/>
+    </outputs>
+    <tests/>
+    <help>
+QIIME 2: diversity umap
+=======================
+Uniform Manifold Approximation and Projection
+
+
+Outputs:
+--------
+:umap.qza: The resulting UMAP matrix.
+
+|  
+
+Description:
+------------
+Apply Uniform Manifold Approximation and Projection.
+
+
+|  
+
+</help>
+    <citations>
+        <citation type="doi">10.1038/s41587-019-0209-9</citation>
+    </citations>
+</tool>