# HG changeset patch # User q2d2 # Date 1661804993 0 # Node ID 3e34b8065c5244946df82dfe09ada74cb2b8ff5a planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__taxa commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 3e34b8065c52 qiime2__taxa__collapse.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__taxa__collapse.xml Mon Aug 29 20:29:53 2022 +0000 @@ -0,0 +1,65 @@ + + + + + Collapse features by their taxonomy at the specified level + + quay.io/qiime2/core:2022.8 + + q2galaxy version taxa + q2galaxy run taxa collapse '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Taxonomy]'] + + + + + + + + +QIIME 2: taxa collapse +====================== +Collapse features by their taxonomy at the specified level + + +Outputs: +-------- +:collapsed_table.qza: The resulting feature table, where all features are now taxonomic annotations with the user-specified number of levels. + +| + +Description: +------------ +Collapse groups of features that have the same taxonomic assignment through the specified level. The frequencies of all features will be summed when they are collapsed. + + +| + + + + 10.1038/s41587-019-0209-9 + + diff -r 000000000000 -r 3e34b8065c52 test-data/.gitkeep