Mercurial > repos > q2d2 > qiime2__cutadapt__trim_single
comparison qiime2__cutadapt__trim_single.xml @ 1:1026d5863b7c 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:34 +0000 |
parents | 030225bdc91b |
children | 42cd76be2cbf |
comparison
equal
deleted
inserted
replaced
0:030225bdc91b | 1:1026d5863b7c |
---|---|
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-single" id="qiime2__cutadapt__trim_single" version="2022.8.0+q2galaxy.2022.8.1.2" profile="22.05" license="BSD-3-Clause"> | 13 <tool name="qiime2 cutadapt trim-single" id="qiime2__cutadapt__trim_single" version="2022.11.1+q2galaxy.2022.11.1.2" profile="22.05" license="BSD-3-Clause"> |
14 <description>Find and remove adapters in demultiplexed single-end sequences.</description> | 14 <description>Find and remove adapters in demultiplexed single-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_single '$inputs'</command> | 19 <command detect_errors="exit_code">q2galaxy run cutadapt trim_single '$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[SequencesWithQuality]" help="[required] The single-end sequences to be trimmed."> | 24 <param name="demultiplexed_sequences" type="data" format="qza" label="demultiplexed_sequences: SampleData[SequencesWithQuality]" help="[required] The single-end sequences to be trimmed."> |
59 <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."/> | 59 <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."/> |
60 <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."/> | 60 <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."/> |
61 <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."/> | 61 <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."/> |
62 <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."/> | 62 <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."/> |
63 <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."/> | 63 <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."/> |
64 <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."/> | |
65 <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."/> | |
66 <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."/> | |
67 <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."/> | |
68 <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)."/> | |
64 </section> | 69 </section> |
65 </inputs> | 70 </inputs> |
66 <outputs> | 71 <outputs> |
67 <data name="trimmed_sequences" format="qza" label="${tool.name} on ${on_string}: trimmed_sequences.qza" from_work_dir="trimmed_sequences.qza"/> | 72 <data name="trimmed_sequences" format="qza" label="${tool.name} on ${on_string}: trimmed_sequences.qza" from_work_dir="trimmed_sequences.qza"/> |
68 </outputs> | 73 </outputs> |