# HG changeset patch # User q2d2 # Date 1661801824 0 # Node ID 28eb7af5794870d8325b69b1190f6c77fb0cb150 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__diversity commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 28eb7af57948 qiime2__diversity__pcoa.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__diversity__pcoa.xml Mon Aug 29 19:37:04 2022 +0000 @@ -0,0 +1,72 @@ + + + + + Principal Coordinate Analysis + + quay.io/qiime2/core:2022.8 + + q2galaxy version diversity + q2galaxy run diversity pcoa '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['DistanceMatrix'] + +
+ +
+
+ + + + + +QIIME 2: diversity pcoa +======================= +Principal Coordinate Analysis + + +Outputs: +-------- +:pcoa.qza: The resulting PCoA matrix. + +| + +Description: +------------ +Apply principal coordinate analysis. + + +| + + + + @inbook{cite1, + author = {Pierre Legendre and Louis Legendre}, + edition = {Third}, + isbn = {0444-89249}, + pages = {499}, + publisher = {Elsevier}, + title = {Numerical Ecology}, + year = {2012} +} + + 10.1137/100804139 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 28eb7af57948 test-data/.gitkeep