# HG changeset patch # User q2d2 # Date 1661804353 0 # Node ID c27ffaac5054430e6f978d6b5e950e11fc899fa6 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__phylogeny commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r c27ffaac5054 qiime2__phylogeny__robinson_foulds.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__phylogeny__robinson_foulds.xml Mon Aug 29 20:19:13 2022 +0000 @@ -0,0 +1,83 @@ + + + + + Calculate Robinson-Foulds distance between phylogenetic trees. + + quay.io/qiime2/core:2022.8 + + q2galaxy version phylogeny + q2galaxy run phylogeny robinson_foulds '$inputs' + + + + + + + + + + +
+ + + + + + value is not None and len(value) > 0 + + + + + + +
+
+ + + + + +QIIME 2: phylogeny robinson-foulds +================================== +Calculate Robinson-Foulds distance between phylogenetic trees. + + +Outputs: +-------- +:distance_matrix.qza: The distances between trees as a symmetric matrix. + +| + +Description: +------------ +Calculate the Robinson-Foulds symmetric difference metric between two or more phylogenetic trees. + + +| + + + + @article{cite1, + author = {Robinson, David F and Foulds, Leslie R}, + journal = {Mathematical biosciences}, + number = {1-2}, + pages = {131--147}, + publisher = {Elsevier}, + title = {Comparison of phylogenetic trees}, + volume = {53}, + year = {1981} +} + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r c27ffaac5054 test-data/.gitkeep