# HG changeset patch # User q2d2 # Date 1661803469 0 # Node ID 6122667d278e3c41e8aaffe992c652e6f3d0f54a planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__gneiss commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 6122667d278e qiime2__gneiss__ilr_phylogenetic_ordination.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__gneiss__ilr_phylogenetic_ordination.xml Mon Aug 29 20:04:29 2022 +0000 @@ -0,0 +1,92 @@ + + + + + Ordination through a phylogenetic Isometric Log Ratio transform. + + quay.io/qiime2/core:2022.8 + + q2galaxy version gneiss + q2galaxy run gneiss ilr_phylogenetic_ordination '$inputs' + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Composition]', 'FeatureTable[Frequency]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['Phylogeny[Rooted]'] + +
+ + + + + + + + value is not None and len(value) > 0 + + +
+
+ + + + + + + +QIIME 2: gneiss ilr-phylogenetic-ordination +=========================================== +Ordination through a phylogenetic Isometric Log Ratio transform. + + +Outputs: +-------- +:ordination.qza: The resulting ordination from the ilr transform. +:bifurcated_tree.qza: Bifurcating phylogeny +:clade_metadata.qza: Metadata specifying clade membership. + +| + +Description: +------------ +Compute an ILR ordination given a rooted phylogeny. + + +| + + + + @article{cite1, + author = {Morton, James T and Sanders, Jon and Quinn, Robert A and McDonald, Daniel and Gonzalez, Antonio and Vázquez-Baeza, Yoshiki and Navas-Molina, Jose A and Song, Se Jin and Metcalf, Jessica L and Hyde, Embriette R and Lladser, Manuel and Dorrestein, Pieter C and Knight, Rob}, + journal = {MSystems}, + number = {1}, + pages = {e00162--16}, + publisher = {Am Soc Microbiol}, + title = {Balance trees reveal microbial niche differentiation}, + volume = {2}, + year = {2017} +} + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 6122667d278e test-data/.gitkeep