# HG changeset patch # User q2d2 # Date 1661801595 0 # Node ID e015c75346ab1b2cc5b00091f633c67d39e77913 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__diversity commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r e015c75346ab qiime2__diversity__procrustes_analysis.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__diversity__procrustes_analysis.xml Mon Aug 29 19:33:15 2022 +0000 @@ -0,0 +1,83 @@ + + + + + Procrustes Analysis + + quay.io/qiime2/core:2022.8 + + q2galaxy version diversity + q2galaxy run diversity procrustes_analysis '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['PCoAResults'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['PCoAResults'] + +
+ + + + + + + + + + + + + +
+
+ + + + + + + +QIIME 2: diversity procrustes-analysis +====================================== +Procrustes Analysis + + +Outputs: +-------- +:transformed_reference.qza: A normalized version of the "reference" ordination matrix. +:transformed_other.qza: A normalized and fitted version of the "other" ordination matrix. +:disparity_results.qza: The sum of the squares of the pointwise differences between the two input datasets & its p value. + +| + +Description: +------------ +Fit two ordination matrices with Procrustes analysis + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r e015c75346ab test-data/.gitkeep