Previous changeset 1:0036b5f124ef (2024-04-25) Next changeset 3:653d55f191df (2024-10-30) |
Commit message:
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__quality_control commit c7e80dcda727ce63b42aa8a946e9330310929797 |
modified:
qiime2__quality_control__decontam_identify.xml |
b |
diff -r 0036b5f124ef -r 99bf4ed8cb61 qiime2__quality_control__decontam_identify.xml --- 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 | |