# HG changeset patch # User q2d2 # Date 1686253860 0 # Node ID ba52336465f9d74ad260bf21dd9d1c3228672cf3 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__quality_control commit 65e4952f33eb335528e8553150e9097e5ea8f556 diff -r 000000000000 -r ba52336465f9 qiime2__quality_control__decontam_identify.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__quality_control__decontam_identify.xml Thu Jun 08 19:51:00 2023 +0000 @@ -0,0 +1,127 @@ + + + + + Identify contaminants + + quay.io/qiime2/core:2023.5 + + q2galaxy version quality_control + q2galaxy run quality_control decontam_identify '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]'] + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: quality-control decontam-identify +========================================== +Identify contaminants + + +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 + +| + +Description: +------------ +This method 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 ba52336465f9 test-data/.gitkeep