Mercurial > repos > q2d2 > qiime2__diversity__alpha
comparison qiime2__diversity__alpha.xml @ 0:bff48df2245b 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:35:10 +0000 |
parents | |
children | 87b68b482c8e |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bff48df2245b |
---|---|
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 alpha" id="qiime2__diversity__alpha" version="2022.8.0+q2galaxy.2022.8.1.2" profile="22.05" license="BSD-3-Clause"> | |
14 <description>Alpha diversity</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 alpha '$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 | RelativeFrequency | PresenceAbsence]" help="[required] The feature table containing the samples for which alpha diversity should be computed."> | |
25 <options options_filter_attribute="metadata.semantic_type"> | |
26 <filter type="add_value" value="FeatureTable[Frequency]"/> | |
27 <filter type="add_value" value="FeatureTable[PresenceAbsence]"/> | |
28 <filter type="add_value" value="FeatureTable[RelativeFrequency]"/> | |
29 </options> | |
30 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]', 'FeatureTable[PresenceAbsence]', 'FeatureTable[RelativeFrequency]']</validator> | |
31 </param> | |
32 <param name="metric" type="select" label="metric: Str % Choices('ace', 'berger_parker_d', 'brillouin_d', 'chao1', 'chao1_ci', 'dominance', 'doubles', 'enspie', 'esty_ci', 'fisher_alpha', 'gini_index', 'goods_coverage', 'heip_e', 'kempton_taylor_q', 'lladser_pe', 'margalef', 'mcintosh_d', 'mcintosh_e', 'menhinick', 'michaelis_menten_fit', 'observed_features', 'osd', 'pielou_e', 'robbins', 'shannon', 'simpson', 'simpson_e', 'singles', 'strong')"> | |
33 <option value="__q2galaxy__::literal::None">Selection required</option> | |
34 <option value="ace">ace</option> | |
35 <option value="berger_parker_d">berger_parker_d</option> | |
36 <option value="brillouin_d">brillouin_d</option> | |
37 <option value="chao1">chao1</option> | |
38 <option value="chao1_ci">chao1_ci</option> | |
39 <option value="dominance">dominance</option> | |
40 <option value="doubles">doubles</option> | |
41 <option value="enspie">enspie</option> | |
42 <option value="esty_ci">esty_ci</option> | |
43 <option value="fisher_alpha">fisher_alpha</option> | |
44 <option value="gini_index">gini_index</option> | |
45 <option value="goods_coverage">goods_coverage</option> | |
46 <option value="heip_e">heip_e</option> | |
47 <option value="kempton_taylor_q">kempton_taylor_q</option> | |
48 <option value="lladser_pe">lladser_pe</option> | |
49 <option value="margalef">margalef</option> | |
50 <option value="mcintosh_d">mcintosh_d</option> | |
51 <option value="mcintosh_e">mcintosh_e</option> | |
52 <option value="menhinick">menhinick</option> | |
53 <option value="michaelis_menten_fit">michaelis_menten_fit</option> | |
54 <option value="observed_features">observed_features</option> | |
55 <option value="osd">osd</option> | |
56 <option value="pielou_e">pielou_e</option> | |
57 <option value="robbins">robbins</option> | |
58 <option value="shannon">shannon</option> | |
59 <option value="simpson">simpson</option> | |
60 <option value="simpson_e">simpson_e</option> | |
61 <option value="singles">singles</option> | |
62 <option value="strong">strong</option> | |
63 <validator type="expression" message="Please verify this parameter.">value != '__q2galaxy__::literal::None'</validator> | |
64 </param> | |
65 </inputs> | |
66 <outputs> | |
67 <data name="alpha_diversity" format="qza" label="${tool.name} on ${on_string}: alpha_diversity.qza" from_work_dir="alpha_diversity.qza"/> | |
68 </outputs> | |
69 <tests/> | |
70 <help> | |
71 QIIME 2: diversity alpha | |
72 ======================== | |
73 Alpha diversity | |
74 | |
75 | |
76 Outputs: | |
77 -------- | |
78 :alpha_diversity.qza: Vector containing per-sample alpha diversities. | |
79 | |
80 | | |
81 | |
82 Description: | |
83 ------------ | |
84 Computes a user-specified alpha diversity metric for all samples in a feature table. | |
85 | |
86 | |
87 | | |
88 | |
89 </help> | |
90 <citations> | |
91 <citation type="doi">10.1038/s41587-019-0209-9</citation> | |
92 </citations> | |
93 </tool> |