# HG changeset patch # User q2d2 # Date 1661801749 0 # Node ID c841290b1a1510ca0eabc28c511982247b46becb planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__diversity commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r c841290b1a15 qiime2__diversity__core_metrics.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__diversity__core_metrics.xml Mon Aug 29 19:35:49 2022 +0000 @@ -0,0 +1,106 @@ + + + + + Core diversity metrics (non-phylogenetic) + + quay.io/qiime2/core:2022.8 + + q2galaxy version diversity + q2galaxy run diversity core_metrics '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]'] + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + +QIIME 2: diversity core-metrics +=============================== +Core diversity metrics (non-phylogenetic) + + +Outputs: +-------- +:rarefied_table.qza: The resulting rarefied feature table. +:observed_features_vector.qza: Vector of Observed Features values by sample. +:shannon_vector.qza: Vector of Shannon diversity values by sample. +:evenness_vector.qza: Vector of Pielou's evenness values by sample. +:jaccard_distance_matrix.qza: Matrix of Jaccard distances between pairs of samples. +:bray_curtis_distance_matrix.qza: Matrix of Bray-Curtis distances between pairs of samples. +:jaccard_pcoa_results.qza: PCoA matrix computed from Jaccard distances between samples. +:bray_curtis_pcoa_results.qza: PCoA matrix computed from Bray-Curtis distances between samples. +:jaccard_emperor.qzv: Emperor plot of the PCoA matrix computed from Jaccard. +:bray_curtis_emperor.qzv: Emperor plot of the PCoA matrix computed from Bray-Curtis. + +| + +Description: +------------ +Applies a collection of diversity metrics (non-phylogenetic) to a feature table. + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r c841290b1a15 test-data/.gitkeep