comparison qiime2__demux__subsample_single.xml @ 7:5f29bf108ba3 draft default tip

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__demux commit 9436cc47c72b58a6a3d3a5c2ee075689c2926ef0
author q2d2
date Tue, 15 Jul 2025 21:49:30 +0000
parents 8199a544a842
children
comparison
equal deleted inserted replaced
6:8199a544a842 7:5f29bf108ba3
4 4
5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause) 5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause)
6 --> 6 -->
7 <!-- 7 <!--
8 This tool was automatically generated by: 8 This tool was automatically generated by:
9 q2galaxy (version: 2025.4.0) 9 q2galaxy (version: 2025.7.0)
10 for: 10 for:
11 qiime2 (version: 2025.4.0) 11 qiime2 (version: 2025.7.0)
12 --> 12 -->
13 <tool name="qiime2 demux subsample-single" id="qiime2__demux__subsample_single" version="2025.4.0+q2galaxy.2025.4.0" profile="22.05" license="BSD-3-Clause"> 13 <tool name="qiime2 demux subsample-single" id="qiime2__demux__subsample_single" version="2025.7.0+q2galaxy.2025.7.0" profile="22.05" license="BSD-3-Clause">
14 <description>Subsample single-end sequences without replacement.</description> 14 <description>Subsample single-end sequences without replacement.</description>
15 <xrefs> 15 <xrefs>
16 <xref type="bio.tools">qiime2</xref> 16 <xref type="bio.tools">qiime2</xref>
17 </xrefs> 17 </xrefs>
18 <requirements> 18 <requirements>
19 <container type="docker">quay.io/qiime2/amplicon:2025.4</container> 19 <container type="docker">quay.io/qiime2/amplicon:2025.7</container>
20 </requirements> 20 </requirements>
21 <version_command>q2galaxy version demux</version_command> 21 <version_command>q2galaxy version demux</version_command>
22 <command detect_errors="exit_code">q2galaxy run demux subsample_single '$inputs'</command> 22 <command detect_errors="exit_code">q2galaxy run demux subsample_single '$inputs'</command>
23 <configfiles> 23 <configfiles>
24 <inputs name="inputs" data_style="staging_path_and_source_path"/> 24 <inputs name="inputs" data_style="staging_path_and_source_path"/>
30 <filter type="add_value" value="SampleData[SequencesWithQuality]"/> 30 <filter type="add_value" value="SampleData[SequencesWithQuality]"/>
31 </options> 31 </options>
32 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[PairedEndSequencesWithQuality]', 'SampleData[SequencesWithQuality]']</validator> 32 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[PairedEndSequencesWithQuality]', 'SampleData[SequencesWithQuality]']</validator>
33 </param> 33 </param>
34 <param name="fraction" type="float" min="1e-06" max="0.999999" value="" label="fraction: Float % Range(0, 1, inclusive_start=False)" help="[required] The fraction of sequences to retain in subsample."/> 34 <param name="fraction" type="float" min="1e-06" max="0.999999" value="" label="fraction: Float % Range(0, 1, inclusive_start=False)" help="[required] The fraction of sequences to retain in subsample."/>
35 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">
36 <param name="drop_empty" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="drop_empty: Bool" help="[default: No] Whether to drop empty samples."/>
37 </section>
35 </inputs> 38 </inputs>
36 <outputs> 39 <outputs>
37 <data name="subsampled_sequences" format="qza" label="${tool.name} on ${on_string}: subsampled_sequences.qza" from_work_dir="subsampled_sequences.qza"/> 40 <data name="subsampled_sequences" format="qza" label="${tool.name} on ${on_string}: subsampled_sequences.qza" from_work_dir="subsampled_sequences.qza"/>
38 </outputs> 41 </outputs>
39 <tests/> 42 <tests/>