# HG changeset patch # User q2d2 # Date 1661801547 0 # Node ID 5f6db74d2445c3b8cae5074ca81c7b189fc6159c planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__diversity commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 5f6db74d2445 qiime2__diversity__alpha_rarefaction.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__diversity__alpha_rarefaction.xml Mon Aug 29 19:32:27 2022 +0000 @@ -0,0 +1,115 @@ + + + + + Alpha rarefaction curves + + quay.io/qiime2/core:2022.8 + + q2galaxy version diversity + q2galaxy run diversity alpha_rarefaction '$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]'] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + value != '__q2galaxy__::literal::None' + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: diversity alpha-rarefaction +==================================== +Alpha rarefaction curves + + +Outputs: +-------- +:visualization.qzv: <no description> + +| + +Description: +------------ +Generate interactive alpha rarefaction curves by computing rarefactions between `min_depth` and `max_depth`. The number of intermediate depths to compute is controlled by the `steps` parameter, with n `iterations` being computed at each rarefaction depth. If sample metadata is provided, samples may be grouped based on distinct values within a metadata column. + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 5f6db74d2445 test-data/.gitkeep