Mercurial > repos > q2d2 > qiime2__quality_control__decontam_identify
changeset 2:99bf4ed8cb61 draft
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__quality_control commit c7e80dcda727ce63b42aa8a946e9330310929797
author | q2d2 |
---|---|
date | Mon, 03 Jun 2024 23:30:25 +0000 |
parents | 0036b5f124ef |
children | 653d55f191df |
files | qiime2__quality_control__decontam_identify.xml |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/qiime2__quality_control__decontam_identify.xml Thu Apr 25 21:18:33 2024 +0000 +++ b/qiime2__quality_control__decontam_identify.xml Mon Jun 03 23:30:25 2024 +0000 @@ -6,14 +6,14 @@ --> <!-- This tool was automatically generated by: - q2galaxy (version: 2024.2.1) + q2galaxy (version: 2024.5.0) for: - qiime2 (version: 2024.2.0) + qiime2 (version: 2024.5.0) --> -<tool name="qiime2 quality-control decontam-identify" id="qiime2__quality_control__decontam_identify" version="2024.2.0+q2galaxy.2024.2.1" profile="22.05" license="BSD-3-Clause"> +<tool name="qiime2 quality-control decontam-identify" id="qiime2__quality_control__decontam_identify" version="2024.5.0+q2galaxy.2024.5.0" profile="22.05" license="BSD-3-Clause"> <description>Identify contaminants</description> <requirements> - <container type="docker">quay.io/qiime2/amplicon:2024.2</container> + <container type="docker">quay.io/qiime2/amplicon:2024.5</container> </requirements> <version_command>q2galaxy version quality_control</version_command> <command detect_errors="exit_code">q2galaxy run quality_control decontam_identify '$inputs'</command> @@ -21,7 +21,7 @@ <inputs name="inputs" data_style="staging_path_and_source_path"/> </configfiles> <inputs> - <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency]" help="[required] ASV or OTU table which contaminate sequences will be identified from"> + <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency]" help="[required] Feature table which contaminate sequences will be identified from"> <options options_filter_attribute="metadata.semantic_type"> <filter type="add_value" value="FeatureTable[Frequency]"/> </options> @@ -109,7 +109,7 @@ Outputs: -------- -:decontam_scores.qza: The resulting table of scores from the decontam algorithm which scores each ASV or OTU on how likely they are to be a contaminant sequence +:decontam_scores.qza: The resulting table of scores from the decontam algorithm which scores each feature on how likely they are to be a contaminant sequence |