Mercurial > repos > q2d2 > qiime2__composition__da_barplot
comparison qiime2__composition__da_barplot.xml @ 0:de8a1f53761e draft
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__composition commit 65e4952f33eb335528e8553150e9097e5ea8f556
author | q2d2 |
---|---|
date | Thu, 08 Jun 2023 19:34:23 +0000 |
parents | |
children | c2690db851b5 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:de8a1f53761e |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | |
2 <!-- | |
3 Copyright (c) 2023, 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: 2023.5.0) | |
10 for: | |
11 qiime2 (version: 2023.5.1) | |
12 --> | |
13 <tool name="qiime2 composition da-barplot" id="qiime2__composition__da_barplot" version="2023.5.0+q2galaxy.2023.5.0.2" profile="22.05" license="BSD-3-Clause"> | |
14 <description>Differential abundance bar plots</description> | |
15 <requirements> | |
16 <container type="docker">quay.io/qiime2/core:2023.5</container> | |
17 </requirements> | |
18 <version_command>q2galaxy version composition</version_command> | |
19 <command detect_errors="exit_code">q2galaxy run composition da_barplot '$inputs'</command> | |
20 <configfiles> | |
21 <inputs name="inputs" data_style="paths"/> | |
22 </configfiles> | |
23 <inputs> | |
24 <param name="data" type="data" format="qza" label="data: FeatureData[DifferentialAbundance]" help="[required] The ANCOM-BC output to be plotted."> | |
25 <options options_filter_attribute="metadata.semantic_type"> | |
26 <filter type="add_value" value="FeatureData[DifferentialAbundance]"/> | |
27 </options> | |
28 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[DifferentialAbundance]']</validator> | |
29 </param> | |
30 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options"> | |
31 <param name="effect_size_label" type="text" value="lfc" label="effect_size_label: Str" help="[default: 'lfc'] Label for effect sizes in `data`."> | |
32 <sanitizer> | |
33 <valid initial="string.printable"/> | |
34 </sanitizer> | |
35 </param> | |
36 <param name="feature_id_label" type="text" value="id" label="feature_id_label: Str" help="[default: 'id'] Label for feature ids in `data`."> | |
37 <sanitizer> | |
38 <valid initial="string.printable"/> | |
39 </sanitizer> | |
40 </param> | |
41 <param name="error_label" type="text" value="se" label="error_label: Str" help="[default: 'se'] Label for effect size errors in `data`."> | |
42 <sanitizer> | |
43 <valid initial="string.printable"/> | |
44 </sanitizer> | |
45 </param> | |
46 <param name="significance_label" type="text" value="q_val" label="significance_label: Str" help="[default: 'q_val'] Label for statistical significance level in `data`."> | |
47 <sanitizer> | |
48 <valid initial="string.printable"/> | |
49 </sanitizer> | |
50 </param> | |
51 <param name="significance_threshold" type="float" min="0.0" max="1.0" value="1.0" label="significance_threshold: Float % Range(0.0, 1.0, inclusive_end=True)" help="[default: 1.0] Exclude features with statistical significance level greater (i.e., less significant) than this threshold."/> | |
52 <param name="effect_size_threshold" type="float" min="0.0" value="0.0" label="effect_size_threshold: Float % Range(0.0, None)" help="[default: 0.0] Exclude features with an absolute value of effect size less than this threshold."/> | |
53 <repeat name="feature_ids" help="[optional] Exclude features if their ids are not included in this index." title="feature_ids: Metadata"> | |
54 <conditional name="__q2galaxy__GUI__conditional__feature_ids__"> | |
55 <param name="type" type="select" label="feature_ids: Metadata"> | |
56 <option value="tsv" selected="true">Metadata from TSV</option> | |
57 <option value="qza">Metadata from Artifact</option> | |
58 </param> | |
59 <when value="tsv"> | |
60 <param name="source" type="data" format="tabular,qiime2.tabular" label="Metadata Source"/> | |
61 </when> | |
62 <when value="qza"> | |
63 <param name="source" type="data" format="qza" label="Metadata Source"/> | |
64 </when> | |
65 </conditional> | |
66 </repeat> | |
67 <conditional name="__q2galaxy__GUI__conditional__level_delimiter__" label="level_delimiter: Str"> | |
68 <param name="__q2galaxy__GUI__select__" type="select" label="level_delimiter: Str" help="[optional] If feature ids encode hierarchical information, split the levels when generating feature labels in the visualization using this delimiter."> | |
69 <option value="__q2galaxy__::control::default" selected="true">None (Use default behavior)</option> | |
70 <option value="__q2galaxy__::control::provide">Provide a value</option> | |
71 </param> | |
72 <when value="__q2galaxy__::control::default"> | |
73 <param name="level_delimiter" type="hidden" value="__q2galaxy__::literal::None"/> | |
74 </when> | |
75 <when value="__q2galaxy__::control::provide"> | |
76 <param name="level_delimiter" type="text"> | |
77 <sanitizer> | |
78 <valid initial="string.printable"/> | |
79 </sanitizer> | |
80 </param> | |
81 </when> | |
82 </conditional> | |
83 </section> | |
84 </inputs> | |
85 <outputs> | |
86 <data name="visualization" format="qzv" label="${tool.name} on ${on_string}: visualization.qzv" from_work_dir="visualization.qzv"/> | |
87 </outputs> | |
88 <tests/> | |
89 <help> | |
90 QIIME 2: composition da-barplot | |
91 =============================== | |
92 Differential abundance bar plots | |
93 | |
94 | |
95 Outputs: | |
96 -------- | |
97 :visualization.qzv: <no description> | |
98 | |
99 | | |
100 | |
101 Description: | |
102 ------------ | |
103 Generate bar plot views of ANCOM-BC output. One plot will be present per column in the ANCOM-BC output. The `significance_threshold`, `effect_size_threshold` and `feature_ids` filter results are intersected, such that only features that remain after all three filters have been applied will be present in the output. | |
104 | |
105 | |
106 | | |
107 | |
108 </help> | |
109 <citations> | |
110 <citation type="doi">10.1038/s41587-019-0209-9</citation> | |
111 </citations> | |
112 </tool> |