comparison qiime2__feature_table__filter_features.xml @ 3:1a5eea94cd0f draft

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_table commit 389df0134cd0763dcf02aac6e623fc15f8861c1e
author q2d2
date Thu, 25 Apr 2024 21:07:46 +0000
parents b2df7f8e4a07
children d6536f0c370c
comparison
equal deleted inserted replaced
2:b2df7f8e4a07 3:1a5eea94cd0f
1 <?xml version='1.0' encoding='utf-8'?> 1 <?xml version='1.0' encoding='utf-8'?>
2 <!-- 2 <!--
3 Copyright (c) 2023, QIIME 2 development team. 3 Copyright (c) 2024, QIIME 2 development team.
4 4
5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause) 5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause)
6 --> 6 -->
7 <!-- 7 <!--
8 This tool was automatically generated by: 8 This tool was automatically generated by:
9 q2galaxy (version: 2023.5.0) 9 q2galaxy (version: 2024.2.1)
10 for: 10 for:
11 qiime2 (version: 2023.5.1) 11 qiime2 (version: 2024.2.0)
12 --> 12 -->
13 <tool name="qiime2 feature-table filter-features" id="qiime2__feature_table__filter_features" version="2023.5.0+q2galaxy.2023.5.0.2" profile="22.05" license="BSD-3-Clause"> 13 <tool name="qiime2 feature-table filter-features" id="qiime2__feature_table__filter_features" version="2024.2.2+q2galaxy.2024.2.1" profile="22.05" license="BSD-3-Clause">
14 <description>Filter features from table</description> 14 <description>Filter features from table</description>
15 <requirements> 15 <requirements>
16 <container type="docker">quay.io/qiime2/core:2023.5</container> 16 <container type="docker">quay.io/qiime2/amplicon:2024.2</container>
17 </requirements> 17 </requirements>
18 <version_command>q2galaxy version feature_table</version_command> 18 <version_command>q2galaxy version feature_table</version_command>
19 <command detect_errors="exit_code">q2galaxy run feature_table filter_features '$inputs'</command> 19 <command detect_errors="exit_code">q2galaxy run feature_table filter_features '$inputs'</command>
20 <configfiles> 20 <configfiles>
21 <inputs name="inputs" data_style="paths"/> 21 <inputs name="inputs" data_style="staging_path_and_source_path"/>
22 </configfiles> 22 </configfiles>
23 <inputs> 23 <inputs>
24 <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency]" help="[required] The feature table from which features should be filtered."> 24 <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency]" help="[required] The feature table from which features should be filtered.">
25 <options options_filter_attribute="metadata.semantic_type"> 25 <options options_filter_attribute="metadata.semantic_type">
26 <filter type="add_value" value="FeatureTable[Frequency]"/> 26 <filter type="add_value" value="FeatureTable[Frequency]"/>
62 </param> 62 </param>
63 </when> 63 </when>
64 </conditional> 64 </conditional>
65 <param name="exclude_ids" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="exclude_ids: Bool" help="[default: No] If true, the features selected by `metadata` or `where` parameters will be excluded from the filtered table instead of being retained."/> 65 <param name="exclude_ids" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="exclude_ids: Bool" help="[default: No] If true, the features selected by `metadata` or `where` parameters will be excluded from the filtered table instead of being retained."/>
66 <param name="filter_empty_samples" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" checked="true" label="filter_empty_samples: Bool" help="[default: Yes] If true, drop any samples where none of the retained features are present."/> 66 <param name="filter_empty_samples" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" checked="true" label="filter_empty_samples: Bool" help="[default: Yes] If true, drop any samples where none of the retained features are present."/>
67 <param name="allow_empty_table" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="allow_empty_table: Bool" help="[default: No] If true, the filtered table may be empty. Default behavior is to raise an error if the filtered table is empty."/>
67 </section> 68 </section>
68 </inputs> 69 </inputs>
69 <outputs> 70 <outputs>
70 <data name="filtered_table" format="qza" label="${tool.name} on ${on_string}: filtered_table.qza" from_work_dir="filtered_table.qza"/> 71 <data name="filtered_table" format="qza" label="${tool.name} on ${on_string}: filtered_table.qza" from_work_dir="filtered_table.qza"/>
71 </outputs> 72 </outputs>