Mercurial > repos > q2d2 > qiime2__vsearch__fastq_stats
changeset 6:627decf9330a draft default tip
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__vsearch commit b1fccfb38b4873cd4699743033449014a2978e7d
author | q2d2 |
---|---|
date | Mon, 05 May 2025 19:05:42 +0000 |
parents | b770f74843a4 |
children | |
files | qiime2__vsearch__fastq_stats.xml test-data/cluster_features_de_novo.test0.seqs1.qza test-data/cluster_features_de_novo.test0.table1.qza |
diffstat | 3 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/qiime2__vsearch__fastq_stats.xml Wed Oct 30 20:00:02 2024 +0000 +++ b/qiime2__vsearch__fastq_stats.xml Mon May 05 19:05:42 2025 +0000 @@ -1,22 +1,22 @@ <?xml version='1.0' encoding='utf-8'?> <!-- -Copyright (c) 2024, QIIME 2 development team. +Copyright (c) 2025, QIIME 2 development team. Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause) --> <!-- This tool was automatically generated by: - q2galaxy (version: 2024.10.0) + q2galaxy (version: 2025.4.0) for: - qiime2 (version: 2024.10.1) + qiime2 (version: 2025.4.0) --> -<tool name="qiime2 vsearch fastq-stats" id="qiime2__vsearch__fastq_stats" version="2024.10.0+q2galaxy.2024.10.0" profile="22.05" license="BSD-3-Clause"> +<tool name="qiime2 vsearch fastq-stats" id="qiime2__vsearch__fastq_stats" version="2025.4.0+q2galaxy.2025.4.0" profile="22.05" license="BSD-3-Clause"> <description>Fastq stats with vsearch.</description> <xrefs> <xref type="bio.tools">qiime2</xref> </xrefs> <requirements> - <container type="docker">quay.io/qiime2/amplicon:2024.10</container> + <container type="docker">quay.io/qiime2/amplicon:2025.4</container> </requirements> <version_command>q2galaxy version vsearch</version_command> <command detect_errors="exit_code">q2galaxy run vsearch fastq_stats '$inputs'</command> @@ -26,8 +26,8 @@ <inputs> <param name="sequences" type="data" format="qza" label="sequences: SampleData[SequencesWithQuality | PairedEndSequencesWithQuality]" help="[required] Fastq sequences"> <options options_filter_attribute="metadata.semantic_type"> + <filter type="add_value" value="SampleData[PairedEndSequencesWithQuality]"/> <filter type="add_value" value="SampleData[SequencesWithQuality]"/> - <filter type="add_value" value="SampleData[PairedEndSequencesWithQuality]"/> </options> <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[PairedEndSequencesWithQuality]', 'SampleData[SequencesWithQuality]']</validator> </param>