comparison qiime2__diversity__partial_procrustes.xml @ 0:78ab4dfee075 draft

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__diversity commit 389df0134cd0763dcf02aac6e623fc15f8861c1e
author q2d2
date Thu, 25 Apr 2024 20:58:29 +0000
parents
children f7b6b5e86608
comparison
equal deleted inserted replaced
-1:000000000000 0:78ab4dfee075
1 <?xml version='1.0' encoding='utf-8'?>
2 <!--
3 Copyright (c) 2024, QIIME 2 development team.
4
5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause)
6 -->
7 <!--
8 This tool was automatically generated by:
9 q2galaxy (version: 2024.2.1)
10 for:
11 qiime2 (version: 2024.2.0)
12 -->
13 <tool name="qiime2 diversity partial-procrustes" id="qiime2__diversity__partial_procrustes" version="2024.2.0+q2galaxy.2024.2.1" profile="22.05" license="BSD-3-Clause">
14 <description>Partial Procrustes</description>
15 <requirements>
16 <container type="docker">quay.io/qiime2/amplicon:2024.2</container>
17 </requirements>
18 <version_command>q2galaxy version diversity</version_command>
19 <command detect_errors="exit_code">q2galaxy run diversity partial_procrustes '$inputs'</command>
20 <configfiles>
21 <inputs name="inputs" data_style="staging_path_and_source_path"/>
22 </configfiles>
23 <inputs>
24 <param name="reference" type="data" format="qza" label="reference: PCoAResults" help="[required] The ordination matrix to which data is fitted to.">
25 <options options_filter_attribute="metadata.semantic_type">
26 <filter type="add_value" value="PCoAResults"/>
27 </options>
28 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['PCoAResults']</validator>
29 </param>
30 <param name="other" type="data" format="qza" label="other: PCoAResults" help="[required] The ordination matrix that's fitted to the reference ordination.">
31 <options options_filter_attribute="metadata.semantic_type">
32 <filter type="add_value" value="PCoAResults"/>
33 </options>
34 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['PCoAResults']</validator>
35 </param>
36 <conditional name="pairing">
37 <param name="type" type="select" label="pairing: MetadataColumn[Categorical]" help="[required] The metadata column describing sample pairs which exist.">
38 <option value="tsv" selected="true">Metadata from TSV</option>
39 <option value="qza">Metadata from Artifact</option>
40 </param>
41 <when value="tsv">
42 <param name="source" type="data" format="tabular,qiime2.tabular" label="Metadata Source"/>
43 <param name="column" type="data_column" label="Column Name" data_ref="source" use_header_names="true">
44 <validator type="expression" message="The first column cannot be selected (they are IDs).">value != "1"</validator>
45 </param>
46 </when>
47 <when value="qza">
48 <param name="source" type="data" format="qza" label="Metadata Source"/>
49 <param name="column" type="text" label="Column Name">
50 <validator type="empty_field"/>
51 </param>
52 </when>
53 </conditional>
54 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">
55 <param name="dimensions" type="integer" min="1" value="5" label="dimensions: Int % Range(1, None)" help="[default: 5] The number of dimensions to use when fitting the two matrices"/>
56 </section>
57 </inputs>
58 <outputs>
59 <data name="transformed" format="qza" label="${tool.name} on ${on_string}: transformed.qza" from_work_dir="transformed.qza"/>
60 </outputs>
61 <tests/>
62 <help>
63 QIIME 2: diversity partial-procrustes
64 =====================================
65 Partial Procrustes
66
67
68 Outputs:
69 --------
70 :transformed.qza: The 'other' ordination transformed into the space of the reference ordination.
71
72 |
73
74 Description:
75 ------------
76 Transform one ordination into another, using paired samples to anchor the transformation. This method allows does not require all samples to be paired.
77
78
79 |
80
81 </help>
82 <citations>
83 <citation type="doi">10.1038/s41587-019-0209-9</citation>
84 </citations>
85 </tool>