comparison qiime2__cutadapt__trim_paired.xml @ 1:4f340404bbf8 draft

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__cutadapt commit 69da7976573cc07a363ac66bdacc9269d7cd3732
author q2d2
date Fri, 13 Jan 2023 22:41:40 +0000
parents a3eb5e92ffb3
children b7fc07bacdb2
comparison
equal deleted inserted replaced
0:a3eb5e92ffb3 1:4f340404bbf8
1 <?xml version='1.0' encoding='utf-8'?> 1 <?xml version='1.0' encoding='utf-8'?>
2 <!-- 2 <!--
3 Copyright (c) 2022, QIIME 2 development team. 3 Copyright (c) 2023, QIIME 2 development team.
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: 2022.8.1) 9 q2galaxy (version: 2022.11.1)
10 for: 10 for:
11 qiime2 (version: 2022.8.1) 11 qiime2 (version: 2022.11.1)
12 --> 12 -->
13 <tool name="qiime2 cutadapt trim-paired" id="qiime2__cutadapt__trim_paired" version="2022.8.0+q2galaxy.2022.8.1.2" profile="22.05" license="BSD-3-Clause"> 13 <tool name="qiime2 cutadapt trim-paired" id="qiime2__cutadapt__trim_paired" version="2022.11.1+q2galaxy.2022.11.1.2" profile="22.05" license="BSD-3-Clause">
14 <description>Find and remove adapters in demultiplexed paired-end sequences.</description> 14 <description>Find and remove adapters in demultiplexed paired-end sequences.</description>
15 <requirements> 15 <requirements>
16 <container type="docker">quay.io/qiime2/core:2022.8</container> 16 <container type="docker">quay.io/qiime2/core:2022.11</container>
17 </requirements> 17 </requirements>
18 <version_command>q2galaxy version cutadapt</version_command> 18 <version_command>q2galaxy version cutadapt</version_command>
19 <command detect_errors="aggressive">q2galaxy run cutadapt trim_paired '$inputs'</command> 19 <command detect_errors="exit_code">q2galaxy run cutadapt trim_paired '$inputs'</command>
20 <configfiles> 20 <configfiles>
21 <inputs name="inputs" data_style="paths"/> 21 <inputs name="inputs" data_style="paths"/>
22 </configfiles> 22 </configfiles>
23 <inputs> 23 <inputs>
24 <param name="demultiplexed_sequences" type="data" format="qza" label="demultiplexed_sequences: SampleData[PairedEndSequencesWithQuality]" help="[required] The paired-end sequences to be trimmed."> 24 <param name="demultiplexed_sequences" type="data" format="qza" label="demultiplexed_sequences: SampleData[PairedEndSequencesWithQuality]" help="[required] The paired-end sequences to be trimmed.">
83 <param name="overlap" type="integer" min="1" value="3" label="overlap: Int % Range(1, None)" help="[default: 3] Require at least `overlap` bases of overlap between read and adapter for an adapter to be found."/> 83 <param name="overlap" type="integer" min="1" value="3" label="overlap: Int % Range(1, None)" help="[default: 3] Require at least `overlap` bases of overlap between read and adapter for an adapter to be found."/>
84 <param name="match_read_wildcards" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="match_read_wildcards: Bool" help="[default: No] Interpret IUPAC wildcards (e.g., N) in reads."/> 84 <param name="match_read_wildcards" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="match_read_wildcards: Bool" help="[default: No] Interpret IUPAC wildcards (e.g., N) in reads."/>
85 <param name="match_adapter_wildcards" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" checked="true" label="match_adapter_wildcards: Bool" help="[default: Yes] Interpret IUPAC wildcards (e.g., N) in adapters."/> 85 <param name="match_adapter_wildcards" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" checked="true" label="match_adapter_wildcards: Bool" help="[default: Yes] Interpret IUPAC wildcards (e.g., N) in adapters."/>
86 <param name="minimum_length" type="integer" min="1" value="1" label="minimum_length: Int % Range(1, None)" help="[default: 1] Discard reads shorter than specified value. Note, the cutadapt default of 0 has been overridden, because that value produces empty sequence records."/> 86 <param name="minimum_length" type="integer" min="1" value="1" label="minimum_length: Int % Range(1, None)" help="[default: 1] Discard reads shorter than specified value. Note, the cutadapt default of 0 has been overridden, because that value produces empty sequence records."/>
87 <param name="discard_untrimmed" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="discard_untrimmed: Bool" help="[default: No] Discard reads in which no adapter was found."/> 87 <param name="discard_untrimmed" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="discard_untrimmed: Bool" help="[default: No] Discard reads in which no adapter was found."/>
88 <param name="max_expected_errors" type="float" min="0" optional="true" label="max_expected_errors: Float % Range(0, None)" help="[optional] Discard reads that exceed maximum expected erroneous nucleotides."/>
89 <param name="max_n" type="float" min="0" optional="true" label="max_n: Float % Range(0, None)" help="[optional] Discard reads with more than COUNT N bases. If COUNT_or_FRACTION is a number between 0 and 1, it is interpreted as a fraction of the read length."/>
90 <param name="quality_cutoff_5end" type="integer" min="0" value="0" label="quality_cutoff_5end: Int % Range(0, None)" help="[default: 0] Trim nucleotides with Phred score quality lower than threshold from 5 prime end."/>
91 <param name="quality_cutoff_3end" type="integer" min="0" value="0" label="quality_cutoff_3end: Int % Range(0, None)" help="[default: 0] Trim nucleotides with Phred score quality lower than threshold from 3 prime end."/>
92 <param name="quality_base" type="integer" min="0" value="33" label="quality_base: Int % Range(0, None)" help="[default: 33] How the Phred score is encoded (33 or 64)."/>
88 </section> 93 </section>
89 </inputs> 94 </inputs>
90 <outputs> 95 <outputs>
91 <data name="trimmed_sequences" format="qza" label="${tool.name} on ${on_string}: trimmed_sequences.qza" from_work_dir="trimmed_sequences.qza"/> 96 <data name="trimmed_sequences" format="qza" label="${tool.name} on ${on_string}: trimmed_sequences.qza" from_work_dir="trimmed_sequences.qza"/>
92 </outputs> 97 </outputs>