Mercurial > repos > q2d2 > qiime2__diversity__beta_rarefaction
comparison qiime2__diversity__beta_rarefaction.xml @ 0:db10f8dee85a 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:30:26 +0000 |
parents | |
children | 1ab2573cba43 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:db10f8dee85a |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | |
2 <!-- | |
3 Copyright (c) 2022, 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: 2022.8.1) | |
10 for: | |
11 qiime2 (version: 2022.8.1) | |
12 --> | |
13 <tool name="qiime2 diversity beta-rarefaction" id="qiime2__diversity__beta_rarefaction" version="2022.8.0+q2galaxy.2022.8.1.2" profile="22.05" license="BSD-3-Clause"> | |
14 <description>Beta diversity rarefaction</description> | |
15 <requirements> | |
16 <container type="docker">quay.io/qiime2/core:2022.8</container> | |
17 </requirements> | |
18 <version_command>q2galaxy version diversity</version_command> | |
19 <command detect_errors="aggressive">q2galaxy run diversity beta_rarefaction '$inputs'</command> | |
20 <configfiles> | |
21 <inputs name="inputs" data_style="paths"/> | |
22 </configfiles> | |
23 <inputs> | |
24 <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency]" help="[required] Feature table upon which to perform beta diversity rarefaction analyses."> | |
25 <options options_filter_attribute="metadata.semantic_type"> | |
26 <filter type="add_value" value="FeatureTable[Frequency]"/> | |
27 </options> | |
28 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]']</validator> | |
29 </param> | |
30 <param name="metric" type="select" label="metric: Str % Choices('aitchison', 'braycurtis', 'canberra', 'canberra_adkins', 'chebyshev', 'cityblock', 'correlation', 'cosine', 'dice', 'euclidean', 'generalized_unifrac', 'hamming', 'jaccard', 'jensenshannon', 'kulsinski', 'matching', 'minkowski', 'rogerstanimoto', 'russellrao', 'seuclidean', 'sokalmichener', 'sokalsneath', 'sqeuclidean', 'unweighted_unifrac', 'weighted_normalized_unifrac', 'weighted_unifrac', 'yule')"> | |
31 <option value="__q2galaxy__::literal::None">Selection required</option> | |
32 <option value="aitchison">aitchison</option> | |
33 <option value="braycurtis">braycurtis</option> | |
34 <option value="canberra">canberra</option> | |
35 <option value="canberra_adkins">canberra_adkins</option> | |
36 <option value="chebyshev">chebyshev</option> | |
37 <option value="cityblock">cityblock</option> | |
38 <option value="correlation">correlation</option> | |
39 <option value="cosine">cosine</option> | |
40 <option value="dice">dice</option> | |
41 <option value="euclidean">euclidean</option> | |
42 <option value="generalized_unifrac">generalized_unifrac</option> | |
43 <option value="hamming">hamming</option> | |
44 <option value="jaccard">jaccard</option> | |
45 <option value="jensenshannon">jensenshannon</option> | |
46 <option value="kulsinski">kulsinski</option> | |
47 <option value="matching">matching</option> | |
48 <option value="minkowski">minkowski</option> | |
49 <option value="rogerstanimoto">rogerstanimoto</option> | |
50 <option value="russellrao">russellrao</option> | |
51 <option value="seuclidean">seuclidean</option> | |
52 <option value="sokalmichener">sokalmichener</option> | |
53 <option value="sokalsneath">sokalsneath</option> | |
54 <option value="sqeuclidean">sqeuclidean</option> | |
55 <option value="unweighted_unifrac">unweighted_unifrac</option> | |
56 <option value="weighted_normalized_unifrac">weighted_normalized_unifrac</option> | |
57 <option value="weighted_unifrac">weighted_unifrac</option> | |
58 <option value="yule">yule</option> | |
59 <validator type="expression" message="Please verify this parameter.">value != '__q2galaxy__::literal::None'</validator> | |
60 </param> | |
61 <param name="clustering_method" type="select" label="clustering_method: Str % Choices('nj', 'upgma')" display="radio"> | |
62 <option value="__q2galaxy__::literal::None">Selection required</option> | |
63 <option value="nj">nj</option> | |
64 <option value="upgma">upgma</option> | |
65 <validator type="expression" message="Please verify this parameter.">value != '__q2galaxy__::literal::None'</validator> | |
66 </param> | |
67 <repeat name="metadata" min="1" help="[required] The sample metadata used for the Emperor jackknifed PCoA plot." title="metadata: Metadata"> | |
68 <conditional name="__q2galaxy__GUI__conditional__metadata__"> | |
69 <param name="type" type="select" label="metadata: Metadata"> | |
70 <option value="tsv" selected="true">Metadata from TSV</option> | |
71 <option value="qza">Metadata from Artifact</option> | |
72 </param> | |
73 <when value="tsv"> | |
74 <param name="source" type="data" format="tabular,qiime2.tabular" label="Metadata Source"/> | |
75 </when> | |
76 <when value="qza"> | |
77 <param name="source" type="data" format="qza" label="Metadata Source"/> | |
78 </when> | |
79 </conditional> | |
80 </repeat> | |
81 <param name="sampling_depth" type="integer" min="1" value="" label="sampling_depth: Int % Range(1, None)" help="[required] The total frequency that each sample should be rarefied to prior to computing the diversity metric."/> | |
82 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options"> | |
83 <param name="phylogeny" type="data" format="qza" optional="true" label="phylogeny: Phylogeny[Rooted]" help="[optional] Phylogenetic tree containing tip identifiers that correspond 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. [required for phylogenetic metrics]"> | |
84 <options options_filter_attribute="metadata.semantic_type"> | |
85 <filter type="add_value" value="Phylogeny[Rooted]"/> | |
86 </options> | |
87 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['Phylogeny[Rooted]']</validator> | |
88 </param> | |
89 <param name="iterations" type="integer" min="2" value="10" label="iterations: Int % Range(2, None)" help="[default: 10] Number of times to rarefy the feature table at a given sampling depth."/> | |
90 <param name="correlation_method" type="select" label="correlation_method: Str % Choices('pearson', 'spearman')" display="radio"> | |
91 <option value="pearson">pearson</option> | |
92 <option value="spearman" selected="true">spearman</option> | |
93 </param> | |
94 <param name="color_scheme" type="select" label="color_scheme: Str % Choices('BrBG', 'BrBG_r', 'PRGn', 'PRGn_r', 'PiYG', 'PiYG_r', 'PuOr', 'PuOr_r', 'RdBu', 'RdBu_r', 'RdGy', 'RdGy_r', 'RdYlBu', 'RdYlBu_r', 'RdYlGn', 'RdYlGn_r')"> | |
95 <option value="BrBG" selected="true">BrBG</option> | |
96 <option value="BrBG_r">BrBG_r</option> | |
97 <option value="PRGn">PRGn</option> | |
98 <option value="PRGn_r">PRGn_r</option> | |
99 <option value="PiYG">PiYG</option> | |
100 <option value="PiYG_r">PiYG_r</option> | |
101 <option value="PuOr">PuOr</option> | |
102 <option value="PuOr_r">PuOr_r</option> | |
103 <option value="RdBu">RdBu</option> | |
104 <option value="RdBu_r">RdBu_r</option> | |
105 <option value="RdGy">RdGy</option> | |
106 <option value="RdGy_r">RdGy_r</option> | |
107 <option value="RdYlBu">RdYlBu</option> | |
108 <option value="RdYlBu_r">RdYlBu_r</option> | |
109 <option value="RdYlGn">RdYlGn</option> | |
110 <option value="RdYlGn_r">RdYlGn_r</option> | |
111 </param> | |
112 </section> | |
113 </inputs> | |
114 <outputs> | |
115 <data name="visualization" format="qzv" label="${tool.name} on ${on_string}: visualization.qzv" from_work_dir="visualization.qzv"/> | |
116 </outputs> | |
117 <tests/> | |
118 <help> | |
119 QIIME 2: diversity beta-rarefaction | |
120 =================================== | |
121 Beta diversity rarefaction | |
122 | |
123 | |
124 Outputs: | |
125 -------- | |
126 :visualization.qzv: <no description> | |
127 | |
128 | | |
129 | |
130 Description: | |
131 ------------ | |
132 Repeatedly rarefy a feature table to compare beta diversity results within a given rarefaction depth. | |
133 | |
134 For a given beta diversity metric, this visualizer will provide: an Emperor jackknifed PCoA plot, samples clustered by UPGMA or neighbor joining with support calculation, and a heatmap showing the correlation between rarefaction trials of that beta diversity metric. | |
135 | |
136 | |
137 | | |
138 | |
139 </help> | |
140 <citations> | |
141 <citation type="bibtex">@article{cite1, | |
142 author = {Mantel, Nathan}, | |
143 journal = {Cancer research}, | |
144 number = {2 Part 1}, | |
145 pages = {209--220}, | |
146 publisher = {AACR}, | |
147 title = {The detection of disease clustering and a generalized regression approach}, | |
148 volume = {27}, | |
149 year = {1967} | |
150 } | |
151 </citation> | |
152 <citation type="doi">https://doi.org/10.1098/rspl.1895.0041</citation> | |
153 <citation type="doi">https://doi.org/10.2307/1422689</citation> | |
154 <citation type="doi">10.1038/s41587-019-0209-9</citation> | |
155 </citations> | |
156 </tool> |