comparison qiime2__quality_control__decontam_remove.xml @ 0:2e8e3258af39 draft

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__quality_control commit 65e4952f33eb335528e8553150e9097e5ea8f556
author q2d2
date Thu, 08 Jun 2023 19:51:15 +0000
parents
children 9edda646c9dd
comparison
equal deleted inserted replaced
-1:000000000000 0:2e8e3258af39
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 quality-control decontam-remove" id="qiime2__quality_control__decontam_remove" version="2023.5.0+q2galaxy.2023.5.0.2" profile="22.05" license="BSD-3-Clause">
14 <description>Removes contaminant</description>
15 <requirements>
16 <container type="docker">quay.io/qiime2/core:2023.5</container>
17 </requirements>
18 <version_command>q2galaxy version quality_control</version_command>
19 <command detect_errors="exit_code">q2galaxy run quality_control decontam_remove '$inputs'</command>
20 <configfiles>
21 <inputs name="inputs" data_style="paths"/>
22 </configfiles>
23 <inputs>
24 <param name="decontam_scores" type="data" format="qza" label="decontam_scores: FeatureData[DecontamScore]" help="[required] Output table from decontam identify">
25 <options options_filter_attribute="metadata.semantic_type">
26 <filter type="add_value" value="FeatureData[DecontamScore]"/>
27 </options>
28 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[DecontamScore]']</validator>
29 </param>
30 <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency]" help="[required] ASV or OTU table which contaminate sequences will be identified from">
31 <options options_filter_attribute="metadata.semantic_type">
32 <filter type="add_value" value="FeatureTable[Frequency]"/>
33 </options>
34 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]']</validator>
35 </param>
36 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">
37 <param name="threshold" type="float" value="0.1" label="threshold: Float" help="[default: 0.1] Select threshold cutoff for decontam algorithm scores"/>
38 </section>
39 </inputs>
40 <outputs>
41 <data name="filtered_table" format="qza" label="${tool.name} on ${on_string}: filtered_table.qza" from_work_dir="filtered_table.qza"/>
42 </outputs>
43 <tests/>
44 <help>
45 QIIME 2: quality-control decontam-remove
46 ========================================
47 Removes contaminant
48
49
50 Outputs:
51 --------
52 :filtered_table.qza: The resulting feature table of scores once contaminants are removed
53
54 |
55
56 Description:
57 ------------
58 This method removes contaminant sequences from an OTU or ASV table and returns the amended table to the user
59
60
61 |
62
63 </help>
64 <citations>
65 <citation type="doi">10.1038/s41587-019-0209-9</citation>
66 </citations>
67 </tool>