# HG changeset patch # User q2d2 # Date 1717457417 0 # Node ID 1c23691fa0c5132c27aa9c500bcc8862f33c0db9 # Parent 2c425b0e5cdbc4b96edbab8c04fcc893a83a7583 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__quality_control commit c7e80dcda727ce63b42aa8a946e9330310929797 diff -r 2c425b0e5cdb -r 1c23691fa0c5 qiime2__quality_control__decontam_identify_batches.xml --- a/qiime2__quality_control__decontam_identify_batches.xml Thu Apr 25 21:18:00 2024 +0000 +++ b/qiime2__quality_control__decontam_identify_batches.xml Mon Jun 03 23:30:17 2024 +0000 @@ -6,14 +6,14 @@ --> - + Identify contaminants in Batch Mode - quay.io/qiime2/amplicon:2024.2 + quay.io/qiime2/amplicon:2024.5 q2galaxy version quality_control q2galaxy run quality_control decontam_identify_batches '$inputs' @@ -21,7 +21,7 @@ - + @@ -55,6 +55,12 @@ value != '__q2galaxy__::literal::None'
+ + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Sequence]'] + @@ -132,7 +138,7 @@ Outputs: -------- :batch_subset_tables.qza: Directory where feature tables split based on metadata and parameter split_column values should be written. -: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 :score_histograms.qzv: The vizulaizer histograms for all decontam score objects generated from the pipeline |