# HG changeset patch # User q2d2 # Date 1661804154 0 # Node ID fd4dc4e3321866d721949e45ee377fa4ca0a84ff planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__phylogeny commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r fd4dc4e33218 qiime2__phylogeny__filter_tree.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__phylogeny__filter_tree.xml Mon Aug 29 20:15:54 2022 +0000 @@ -0,0 +1,100 @@ + + + + + Remove features from tree based on metadata + + quay.io/qiime2/core:2022.8 + + q2galaxy version phylogeny + q2galaxy run phylogeny filter_tree '$inputs' + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['Phylogeny[Rooted]', 'Phylogeny[Unrooted]'] + +
+ + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Composition]', 'FeatureTable[Frequency]', 'FeatureTable[PresenceAbsence]', 'FeatureTable[RelativeFrequency]'] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: phylogeny filter-tree +============================== +Remove features from tree based on metadata + + +Outputs: +-------- +:filtered_tree.qza: The resulting phylogenetic tree. + +| + +Description: +------------ +Remove tips from a tree if their identifiers based on a set of provided identifiers. + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r fd4dc4e33218 test-data/.gitkeep