Mercurial > repos > q2d2 > qiime2__cutadapt__trim_single
comparison qiime2__cutadapt__trim_single.xml @ 0:030225bdc91b draft
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__cutadapt commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1
author | q2d2 |
---|---|
date | Mon, 29 Aug 2022 19:22:32 +0000 |
parents | |
children | 1026d5863b7c |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:030225bdc91b |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | |
2 <!-- | |
3 Copyright (c) 2022, QIIME 2 development team. | |
4 | |
5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause) | |
6 --> | |
7 <!-- | |
8 This tool was automatically generated by: | |
9 q2galaxy (version: 2022.8.1) | |
10 for: | |
11 qiime2 (version: 2022.8.1) | |
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"> | |
14 <description>Find and remove adapters in demultiplexed single-end sequences.</description> | |
15 <requirements> | |
16 <container type="docker">quay.io/qiime2/core:2022.8</container> | |
17 </requirements> | |
18 <version_command>q2galaxy version cutadapt</version_command> | |
19 <command detect_errors="aggressive">q2galaxy run cutadapt trim_single '$inputs'</command> | |
20 <configfiles> | |
21 <inputs name="inputs" data_style="paths"/> | |
22 </configfiles> | |
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."> | |
25 <options options_filter_attribute="metadata.semantic_type"> | |
26 <filter type="add_value" value="SampleData[SequencesWithQuality]"/> | |
27 </options> | |
28 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[SequencesWithQuality]']</validator> | |
29 </param> | |
30 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options"> | |
31 <param name="cores" type="integer" min="1" value="1" label="cores: Int % Range(1, None)" help="[default: 1] Number of CPU cores to use."/> | |
32 <repeat name="adapter" help="[optional] Sequence of an adapter ligated to the 3' end. The adapter and any subsequent bases are trimmed. If a `$` is appended, the adapter is only found if it is at the end of the read. If your sequence of interest is "framed" by a 5' and a 3' adapter, use this parameter to define a "linked" primer - see https://cutadapt.readthedocs.io for complete details." title="adapter: List[Str]"> | |
33 <param name="element" type="text" label="element: Str" help="[required]"> | |
34 <sanitizer> | |
35 <valid initial="string.printable"/> | |
36 </sanitizer> | |
37 <validator type="expression" message="Please verify this parameter.">value is not None and len(value) > 0</validator> | |
38 </param> | |
39 </repeat> | |
40 <repeat name="front" help="[optional] Sequence of an adapter ligated to the 5' end. The adapter and any preceding bases are trimmed. Partial matches at the 5' end are allowed. If a `^` character is prepended, the adapter is only found if it is at the beginning of the read." title="front: List[Str]"> | |
41 <param name="element" type="text" label="element: Str" help="[required]"> | |
42 <sanitizer> | |
43 <valid initial="string.printable"/> | |
44 </sanitizer> | |
45 <validator type="expression" message="Please verify this parameter.">value is not None and len(value) > 0</validator> | |
46 </param> | |
47 </repeat> | |
48 <repeat name="anywhere" help="[optional] Sequence of an adapter that may be ligated to the 5' or 3' end. Both types of matches as described under `adapter` and `front` are allowed. If the first base of the read is part of the match, the behavior is as with `front`, otherwise as with `adapter`. This option is mostly for rescuing failed library preparations - do not use if you know which end your adapter was ligated to." title="anywhere: List[Str]"> | |
49 <param name="element" type="text" label="element: Str" help="[required]"> | |
50 <sanitizer> | |
51 <valid initial="string.printable"/> | |
52 </sanitizer> | |
53 <validator type="expression" message="Please verify this parameter.">value is not None and len(value) > 0</validator> | |
54 </param> | |
55 </repeat> | |
56 <param name="error_rate" type="float" min="0" max="1" value="0.1" label="error_rate: Float % Range(0, 1, inclusive_end=True)" help="[default: 0.1] Maximum allowed error rate."/> | |
57 <param name="indels" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" checked="true" label="indels: Bool" help="[default: Yes] Allow insertions or deletions of bases when matching adapters."/> | |
58 <param name="times" type="integer" min="1" value="1" label="times: Int % Range(1, None)" help="[default: 1] Remove multiple occurrences of an adapter if it is repeated, up to `times` times."/> | |
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."/> | |
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."/> | |
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 </section> | |
65 </inputs> | |
66 <outputs> | |
67 <data name="trimmed_sequences" format="qza" label="${tool.name} on ${on_string}: trimmed_sequences.qza" from_work_dir="trimmed_sequences.qza"/> | |
68 </outputs> | |
69 <tests/> | |
70 <help> | |
71 QIIME 2: cutadapt trim-single | |
72 ============================= | |
73 Find and remove adapters in demultiplexed single-end sequences. | |
74 | |
75 | |
76 Outputs: | |
77 -------- | |
78 :trimmed_sequences.qza: The resulting trimmed sequences. | |
79 | |
80 | | |
81 | |
82 Description: | |
83 ------------ | |
84 Search demultiplexed single-end sequences for adapters and remove them. The parameter descriptions in this method are adapted from the official cutadapt docs - please see those docs at https://cutadapt.readthedocs.io for complete details. | |
85 | |
86 | |
87 | | |
88 | |
89 </help> | |
90 <citations> | |
91 <citation type="doi">10.14806/ej.17.1.200</citation> | |
92 <citation type="doi">10.1038/s41587-019-0209-9</citation> | |
93 </citations> | |
94 </tool> |