# HG changeset patch # User q2d2 # Date 1762016852 0 # Node ID dfb387d3bf55324e8fb28197dae0541557aace2f planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__boots commit 64ed09f1f1c680ad8373d261bd6be43a4f8a8d5b diff -r 000000000000 -r dfb387d3bf55 qiime2__boots__alpha.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__boots__alpha.xml Sat Nov 01 17:07:32 2025 +0000 @@ -0,0 +1,192 @@ + + + + + Perform resampled alpha diversity, returning average result vector. + + qiime2 + + + quay.io/qiime2/amplicon:2025.10 + + q2galaxy version boots + q2galaxy run boots alpha '$inputs' + + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]', 'FeatureTable[PresenceAbsence]', 'FeatureTable[RelativeFrequency]'] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + value != '__q2galaxy__::literal::None' + + + + + + + value != '__q2galaxy__::literal::None' + +
+ + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['Phylogeny[Rooted]'] + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +QIIME 2: boots alpha +==================== +Perform resampled alpha diversity, returning average result vector. + + +Outputs: +-------- +:average_alpha_diversity.qza: The average alpha diversity vector. + +| + +Description: +------------ +Given a single feature table as input, this action resamples the feature table `n` times to a total frequency of `sampling depth` per sample, and then computes the specified alpha diversity metric on each resulting `table`. The resulting artifacts are then averaged using the method specified by `average_method`, and the resulting average per-sample alpha diversities are returned. + +Examples: +--------- + +Bootstrapped observed features. +******************************* +Using the ``qiime2 boots alpha`` tool: + #. Set *"table"* to ``#: table.qza`` + #. Set *"sampling_depth"* to ``20`` + #. Set *"metric"* to ``observed_features`` + #. Set *"n"* to ``10`` + #. Set *"replacement"* to ``Yes`` + #. Expand the ``additional options`` section + + - Leave *"average_method"* as its default value of ``median`` + + #. Press the ``Execute`` button. + +Once completed, for the new entry in your history, use the ``Edit`` button to set the name as follows: + (Renaming is optional, but it will make any subsequent steps easier to complete.) + + .. list-table:: + :align: left + :header-rows: 1 + + * - History Name + - *"Name"* to set (be sure to press ``Save``) + * - ``#: qiime2 boots alpha [...] : average_alpha_diversity.qza`` + - ``observed-features-bootstrapped.qza`` + +Rarefaction-based observed features. +************************************ +Using the ``qiime2 boots alpha`` tool: + #. Set *"table"* to ``#: table.qza`` + #. Set *"sampling_depth"* to ``20`` + #. Set *"metric"* to ``observed_features`` + #. Set *"n"* to ``10`` + #. Set *"replacement"* to ``No`` + #. Expand the ``additional options`` section + + - Leave *"average_method"* as its default value of ``median`` + + #. Press the ``Execute`` button. + +Once completed, for the new entry in your history, use the ``Edit`` button to set the name as follows: + (Renaming is optional, but it will make any subsequent steps easier to complete.) + + .. list-table:: + :align: left + :header-rows: 1 + + * - History Name + - *"Name"* to set (be sure to press ``Save``) + * - ``#: qiime2 boots alpha [...] : average_alpha_diversity.qza`` + - ``observed-features-rarefaction.qza`` + + +| + + + + https://doi.org/10.12688/f1000research.156295.1 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r dfb387d3bf55 test-data/alpha.test0.table.qza Binary file test-data/alpha.test0.table.qza has changed diff -r 000000000000 -r dfb387d3bf55 test-data/alpha.test1.table.qza Binary file test-data/alpha.test1.table.qza has changed diff -r 000000000000 -r dfb387d3bf55 test-data/beta_collection.test0.table.qza Binary file test-data/beta_collection.test0.table.qza has changed diff -r 000000000000 -r dfb387d3bf55 test-data/beta_collection.test1.table.qza Binary file test-data/beta_collection.test1.table.qza has changed diff -r 000000000000 -r dfb387d3bf55 test-data/core_metrics.test0.metadata.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/core_metrics.test0.metadata.tsv Sat Nov 01 17:07:32 2025 +0000 @@ -0,0 +1,6 @@ +sample-id even-or-odd +#q2:types categorical +S1 odd +S2 even +S3 odd +S4 even diff -r 000000000000 -r dfb387d3bf55 test-data/core_metrics.test0.table.qza Binary file test-data/core_metrics.test0.table.qza has changed diff -r 000000000000 -r dfb387d3bf55 test-data/core_metrics.test1.metadata.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/core_metrics.test1.metadata.tsv Sat Nov 01 17:07:32 2025 +0000 @@ -0,0 +1,6 @@ +sample-id even-or-odd +#q2:types categorical +S1 odd +S2 even +S3 odd +S4 even diff -r 000000000000 -r dfb387d3bf55 test-data/core_metrics.test1.table.qza Binary file test-data/core_metrics.test1.table.qza has changed diff -r 000000000000 -r dfb387d3bf55 test-data/kmer_diversity.test0.metadata.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/kmer_diversity.test0.metadata.tsv Sat Nov 01 17:07:32 2025 +0000 @@ -0,0 +1,6 @@ +sample-id even-or-odd +#q2:types categorical +S1 odd +S2 even +S3 odd +S4 even diff -r 000000000000 -r dfb387d3bf55 test-data/kmer_diversity.test0.sequences.qza Binary file test-data/kmer_diversity.test0.sequences.qza has changed diff -r 000000000000 -r dfb387d3bf55 test-data/kmer_diversity.test0.table.qza Binary file test-data/kmer_diversity.test0.table.qza has changed diff -r 000000000000 -r dfb387d3bf55 test-data/resample.test0.table.qza Binary file test-data/resample.test0.table.qza has changed diff -r 000000000000 -r dfb387d3bf55 test-data/resample.test1.table.qza Binary file test-data/resample.test1.table.qza has changed