# HG changeset patch # User q2d2 # Date 1661804081 0 # Node ID fce718a0b52ffde0aa7dde8e809aeb943ae83f8b planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__phylogeny commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r fce718a0b52f qiime2__phylogeny__filter_table.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__phylogeny__filter_table.xml Mon Aug 29 20:14:41 2022 +0000 @@ -0,0 +1,67 @@ + + + + + Remove features from table if they're not present in tree. + + quay.io/qiime2/core:2022.8 + + q2galaxy version phylogeny + q2galaxy run phylogeny filter_table '$inputs' + + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]', 'FeatureTable[PresenceAbsence]', 'FeatureTable[RelativeFrequency]'] + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['Phylogeny[Rooted]', 'Phylogeny[Unrooted]'] + + + + + + + +QIIME 2: phylogeny filter-table +=============================== +Remove features from table if they're not present in tree. + + +Outputs: +-------- +:filtered_table.qza: The resulting feature table. + +| + +Description: +------------ +Remove features from a feature table if their identifiers are not tip identifiers in tree. + + +| + + + + 10.1038/s41587-019-0209-9 + + diff -r 000000000000 -r fce718a0b52f test-data/.gitkeep