Mercurial > repos > q2d2 > qiime2__feature_table__subsample_ids
changeset 5:04701ff08047 draft default tip
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_table commit 64ed09f1f1c680ad8373d261bd6be43a4f8a8d5b
line wrap: on
line diff
--- a/qiime2__feature_table__subsample_ids.xml Tue Jul 15 21:57:45 2025 +0000 +++ b/qiime2__feature_table__subsample_ids.xml Sat Nov 01 17:19:32 2025 +0000 @@ -6,17 +6,17 @@ --> <!-- This tool was automatically generated by: - q2galaxy (version: 2025.7.0) + q2galaxy (version: 2025.10.0) for: - qiime2 (version: 2025.7.0) + qiime2 (version: 2025.10.0) --> -<tool name="qiime2 feature-table subsample-ids" id="qiime2__feature_table__subsample_ids" version="2025.7.0+q2galaxy.2025.7.0" profile="22.05" license="BSD-3-Clause"> +<tool name="qiime2 feature-table subsample-ids" id="qiime2__feature_table__subsample_ids" version="2025.10.0+q2galaxy.2025.10.0" profile="22.05" license="BSD-3-Clause"> <description>Subsample table</description> <xrefs> <xref type="bio.tools">qiime2</xref> </xrefs> <requirements> - <container type="docker">quay.io/qiime2/amplicon:2025.7</container> + <container type="docker">quay.io/qiime2/amplicon:2025.10</container> </requirements> <version_command>q2galaxy version feature_table</version_command> <command detect_errors="exit_code">q2galaxy run feature_table subsample_ids '$inputs'</command> @@ -37,6 +37,9 @@ <option value="feature">feature</option> <validator type="expression" message="Please verify this parameter.">value != '__q2galaxy__::literal::None'</validator> </param> + <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options"> + <param name="random_seed" type="integer" min="0" optional="true" label="random_seed: Int % Range(0, None)" help="[optional] Set the seed for the subsampling. Using the same seed with the same table will always lead to the same result. Defaults to a random seed."/> + </section> </inputs> <outputs> <data name="sampled_table" format="qza" label="${tool.name} on ${on_string}: sampled_table.qza" from_work_dir="sampled_table.qza"/>
