# HG changeset patch # User q2d2 # Date 1661805063 0 # Node ID 6dddc1627343b9245581ce461e93505cfae9e2f4 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__taxa commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 6dddc1627343 qiime2__taxa__filter_table.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__taxa__filter_table.xml Mon Aug 29 20:31:03 2022 +0000 @@ -0,0 +1,107 @@ + + + + + Taxonomy-based feature table filter. + + quay.io/qiime2/core:2022.8 + + q2galaxy version taxa + q2galaxy run taxa filter_table '$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 filter-table +========================== +Taxonomy-based feature table filter. + + +Outputs: +-------- +:filtered_table.qza: The taxonomy-filtered feature table. + +| + +Description: +------------ +This method filters features from a table based on their taxonomic annotations. Features can be retained in the resulting table by specifying one or more include search terms, and can be filtered out of the resulting table by specifying one or more exclude search terms. If both include and exclude are provided, the inclusion critera will be applied before the exclusion critera. Either include or exclude terms (or both) must be provided. Any samples that have a total frequency of zero after filtering will be removed from the resulting table. + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 6dddc1627343 test-data/.gitkeep