# HG changeset patch # User q2d2 # Date 1714079880 0 # Node ID 2c425b0e5cdbc4b96edbab8c04fcc893a83a7583 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__quality_control commit 389df0134cd0763dcf02aac6e623fc15f8861c1e diff -r 000000000000 -r 2c425b0e5cdb qiime2__quality_control__decontam_identify_batches.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__quality_control__decontam_identify_batches.xml Thu Apr 25 21:18:00 2024 +0000 @@ -0,0 +1,151 @@ + + + + + Identify contaminants in Batch Mode + + quay.io/qiime2/amplicon:2024.2 + + q2galaxy version quality_control + q2galaxy run quality_control decontam_identify_batches '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]'] + + + + + + + + + + + + + + + + + + + + value is not None and len(value) > 0 + + + + + + + value != '__q2galaxy__::literal::None' + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +QIIME 2: quality-control decontam-identify-batches +================================================== +Identify contaminants in Batch Mode + + +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 +:score_histograms.qzv: The vizulaizer histograms for all decontam score objects generated from the pipeline + +| + +Description: +------------ +This method breaks an ASV table into batches based on the given metadata and identifies contaminant sequences from an OTU or ASV table and reports them to the user + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 2c425b0e5cdb test-data/.gitkeep