# HG changeset patch # User q2d2 # Date 1661801772 0 # Node ID ff70f65dc807a387b0576cc9143d12cd34f16eac planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__diversity commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r ff70f65dc807 qiime2__diversity__core_metrics_phylogenetic.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__diversity__core_metrics_phylogenetic.xml Mon Aug 29 19:36:12 2022 +0000 @@ -0,0 +1,126 @@ + + + + + Core diversity metrics (phylogenetic and non-phylogenetic) + + quay.io/qiime2/core:2022.8 + + q2galaxy version diversity + q2galaxy run diversity core_metrics_phylogenetic '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['Phylogeny[Rooted]'] + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + +QIIME 2: diversity core-metrics-phylogenetic +============================================ +Core diversity metrics (phylogenetic and non-phylogenetic) + + +Outputs: +-------- +:rarefied_table.qza: The resulting rarefied feature table. +:faith_pd_vector.qza: Vector of Faith PD values by sample. +: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. +:unweighted_unifrac_distance_matrix.qza: Matrix of unweighted UniFrac distances between pairs of samples. +:weighted_unifrac_distance_matrix.qza: Matrix of weighted UniFrac distances between pairs of samples. +: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. +:unweighted_unifrac_pcoa_results.qza: PCoA matrix computed from unweighted UniFrac distances between samples. +:weighted_unifrac_pcoa_results.qza: PCoA matrix computed from weighted UniFrac distances between 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. +:unweighted_unifrac_emperor.qzv: Emperor plot of the PCoA matrix computed from unweighted UniFrac. +:weighted_unifrac_emperor.qzv: Emperor plot of the PCoA matrix computed from weighted UniFrac. +: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 (both phylogenetic and non-phylogenetic) to a feature table. + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r ff70f65dc807 test-data/.gitkeep