Mercurial > repos > q2d2 > qiime2__vsearch__merge_pairs
comparison qiime2__vsearch__merge_pairs.xml @ 0:b26cb5419c39 draft
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__vsearch commit 69da7976573cc07a363ac66bdacc9269d7cd3732
author | q2d2 |
---|---|
date | Fri, 13 Jan 2023 23:01:44 +0000 |
parents | |
children | f455181d916d |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b26cb5419c39 |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | |
2 <!-- | |
3 Copyright (c) 2023, 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.11.1) | |
10 for: | |
11 qiime2 (version: 2022.11.1) | |
12 --> | |
13 <tool name="qiime2 vsearch merge-pairs" id="qiime2__vsearch__merge_pairs" version="2022.11.1+q2galaxy.2022.11.1.2" profile="22.05" license="BSD-3-Clause"> | |
14 <description>Merge paired-end reads.</description> | |
15 <requirements> | |
16 <container type="docker">quay.io/qiime2/core:2022.11</container> | |
17 </requirements> | |
18 <version_command>q2galaxy version vsearch</version_command> | |
19 <command detect_errors="exit_code">q2galaxy run vsearch merge_pairs '$inputs'</command> | |
20 <configfiles> | |
21 <inputs name="inputs" data_style="paths"/> | |
22 </configfiles> | |
23 <inputs> | |
24 <param name="demultiplexed_seqs" type="data" format="qza" label="demultiplexed_seqs: SampleData[PairedEndSequencesWithQuality]" help="[required] The demultiplexed paired-end sequences to be merged."> | |
25 <options options_filter_attribute="metadata.semantic_type"> | |
26 <filter type="add_value" value="SampleData[PairedEndSequencesWithQuality]"/> | |
27 </options> | |
28 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[PairedEndSequencesWithQuality]']</validator> | |
29 </param> | |
30 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options"> | |
31 <param name="truncqual" type="integer" min="0" optional="true" label="truncqual: Int % Range(0, None)" help="[optional] Truncate sequences at the first base with the specified quality score value or lower."/> | |
32 <param name="minlen" type="integer" min="0" value="1" label="minlen: Int % Range(0, None)" help="[default: 1] Sequences shorter than minlen after truncation are discarded."/> | |
33 <param name="maxns" type="integer" min="0" optional="true" label="maxns: Int % Range(0, None)" help="[optional] Sequences with more than maxns N characters are discarded."/> | |
34 <param name="allowmergestagger" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="allowmergestagger: Bool" help="[default: No] Allow merging of staggered read pairs."/> | |
35 <param name="minovlen" type="integer" min="0" value="10" label="minovlen: Int % Range(0, None)" help="[default: 10] Minimum length of the area of overlap between reads during merging."/> | |
36 <param name="maxdiffs" type="integer" min="0" value="10" label="maxdiffs: Int % Range(0, None)" help="[default: 10] Maximum number of mismatches in the area of overlap during merging."/> | |
37 <param name="minmergelen" type="integer" min="0" optional="true" label="minmergelen: Int % Range(0, None)" help="[optional] Minimum length of the merged read to be retained."/> | |
38 <param name="maxmergelen" type="integer" min="0" optional="true" label="maxmergelen: Int % Range(0, None)" help="[optional] Maximum length of the merged read to be retained."/> | |
39 <param name="maxee" type="float" min="0.0" optional="true" label="maxee: Float % Range(0.0, None)" help="[optional] Maximum number of expected errors in the merged read to be retained."/> | |
40 <param name="threads" type="integer" min="0" max="8" value="1" label="threads: Int % Range(0, 8, inclusive_end=True)" help="[default: 1] The number of threads to use for computation. Does not scale much past 4 threads."/> | |
41 </section> | |
42 </inputs> | |
43 <outputs> | |
44 <data name="merged_sequences" format="qza" label="${tool.name} on ${on_string}: merged_sequences.qza" from_work_dir="merged_sequences.qza"/> | |
45 </outputs> | |
46 <tests/> | |
47 <help> | |
48 QIIME 2: vsearch merge-pairs | |
49 ============================ | |
50 Merge paired-end reads. | |
51 | |
52 | |
53 Outputs: | |
54 -------- | |
55 :merged_sequences.qza: The merged sequences. | |
56 | |
57 | | |
58 | |
59 Description: | |
60 ------------ | |
61 Merge paired-end sequence reads using vsearch's merge_pairs function. See the vsearch documentation for details on how paired-end merging is performed, and for more information on the parameters to this method. | |
62 | |
63 | |
64 | | |
65 | |
66 </help> | |
67 <citations> | |
68 <citation type="doi">10.7717/peerj.2584</citation> | |
69 <citation type="doi">10.1038/s41587-019-0209-9</citation> | |
70 </citations> | |
71 </tool> |