annotate seqprep.xml @ 0:8a0aa44e1e5b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
author iuc
date Thu, 15 Feb 2024 14:23:13 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
1 <tool id="seqprep" name="Merging paired-end Illumina reads (SeqPrep)" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
2 <description>Merge and Trim Adapter Sequences from Paired-End Illumina Reads</description>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
3 <macros>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
4 <import>macros.xml</import>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
5 </macros>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
6 <expand macro="biotools"/>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
8 <expand macro="creators"/>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
10 SeqPrep
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
11 -f '${input1}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
12 -r '${input2}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
13 -1 '${output1}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
14 -2 '${output2}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
15
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
16 #if $merge_reads
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
17 -s '${merged}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
18 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
19
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
20 ## General Arguments ##
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
21 #if $general_options.first_read_discarded
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
22 -3 '${general_options.first_read_discarded}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
23 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
24 #if $general_options.second_read_discarded
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
25 -4 '${general_options.second_read_discarded}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
26 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
27 #if $general_options.phred64
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
28 -6 '${general_options.phred64}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
29 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
30 #if $general_options.quality_cutoff
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
31 -q '${general_options.quality_cutoff}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
32 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
33 #if $general_options.min_length
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
34 -L '${general_options.min_length}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
35 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
36
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
37 ## Additional Adapter/Primer Trimming Arguments ##
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
38 #if $trimming_options.adapter_a
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
39 -A '${trimming_options.adapter_a}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
40 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
41 #if $trimming_options.adapter_b
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
42 -B '${trimming_options.adapter_b}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
43 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
44 #if $trimming_options.adapter_overlap
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
45 -O '${trimming_options.adapter_overlap}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
46 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
47 #if $trimming_options.max_mismatch_fraction
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
48 -M '${trimming_options.max_mismatch_fraction}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
49 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
50 #if $trimming_options.min_match_fraction
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
51 -N '${trimming_options.min_match_fraction}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
52 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
53 #if $trimming_options.adapter_bandwidth
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
54 -b '${trimming_options.adapter_bandwidth}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
55 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
56 #if $trimming_options.gap_open
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
57 -Q '${trimming_options.gap_open}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
58 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
59 #if $trimming_options.gap_extend
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
60 -t '${trimming_options.gap_extend}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
61 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
62 #if $trimming_options.gap_end
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
63 -e '${trimming_options.gap_end}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
64 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
65 #if $trimming_options.local_alignment_score
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
66 -Z '${trimming_options.local_alignment_score}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
67 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
68 #if $trimming_options.read_alignment_bandwidth
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
69 -w '${trimming_options.read_alignment_bandwidth}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
70 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
71 #if $trimming_options.read_alignment_gap_open
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
72 -W '${trimming_options.read_alignment_gap_open}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
73 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
74 #if $trimming_options.read_alignment_gap_extend
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
75 -p '${trimming_options.read_alignment_gap_extend}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
76 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
77 #if $trimming_options.read_alignment_gap_end
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
78 -P '${trimming_options.read_alignment_gap_end}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
79 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
80 #if $trimming_options.read_alignment_max_gap_fraction
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
81 -X '${trimming_options.read_alignment_max_gap_fraction}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
82 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
83
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
84 ## Additional Arguments for Merging ##
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
85 #if $merging_options.maximum_quality_score
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
86 -y '${merging_options.maximum_quality_score}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
87 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
88 #if $merging_options.print_overhang
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
89 -g '${merging_options.print_overhang}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
90 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
91 #if $merging_options.min_base_pair_overlap
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
92 -o '${merging_options.min_base_pair_overlap}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
93 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
94 #if $merging_options.max_mismatch_fraction
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
95 -m '${merging_options.max_mismatch_fraction}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
96 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
97 #if $merging_options.min_match_fraction
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
98 -n '${merging_options.min_match_fraction}'
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
99 #end if
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
100 ]]></command>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
101 <inputs>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
102 <param name="input1" type="data" format="fastq" label="First Read Input" help="Select the FASTQ file containing the first set of paired-end reads." />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
103 <param name="input2" type="data" format="fastq" label="Second Read Input" help="Select the FASTQ file containing the second set of paired-end reads." />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
104 <param name="merge_reads" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Merge Reads" help="Enable this to merge overlapping reads from the provided paired-end FASTQ files." />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
105
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
106 <!-- Section for General Arguments -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
107 <section name="general_options" title="General Arguments (Optional)" expanded="false">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
108 <param name="first_read_discarded" argument="-3" type="text" optional="true" label="First Read Discarded FASTQ Filename" help="first read discarded fastq filename" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
109 <param name="second_read_discarded" argument="-4" type="text" optional="true" label="Second Read Discarded FASTQ Filename" help="second read discarded fastq filename" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
110 <param name="phred64" argument="-6" type="boolean" truevalue="-6" falsevalue="" checked="false" label="Input Sequence is in Phred+64 Format" help="Input sequence is in phred+64 rather than phred+33 format, the output will still be phred+33"/>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
111 <param name="quality_cutoff" argument="-q" type="integer" optional="true" value="13" label="Quality Score Cutoff" help="Quality score cutoff for mismatches to be counted in overlap" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
112 <param name="min_length" argument="-L" type="integer" optional="true" value="30" label="Minimum Length of Reads" help="Minimum length of a trimmed or merged read to print it" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
113 </section>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
114
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
115 <!-- Section for Additional Adapter/Primer Trimming Arguments -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
116 <section name="trimming_options" title="Additional Adapter/Primer Trimming Arguments" expanded="false">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
117 <param name="adapter_a" argument="-A" label="Adapter Sequence A" type="text" optional="true" value="AGATCGGAAGAGCGGTTCAG" help="Forward read primer/adapter sequence to trim as it would appear at the end of a read" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
118 <param name="adapter_b" argument="-B" label="Adapter Sequence B" type="text" optional="true" value="AGATCGGAAGAGCGTCGTGT" help="Reverse read primer/adapter sequence to trim as it would appear at the end of a read" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
119 <param name="adapter_overlap" argument="-O" label="Minimum Overall Base Pair Overlap with Adapter" type="integer" value="10" optional="true" help="minimum overall base pair overlap with adapter sequence to trim" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
120 <param name="max_mismatch_fraction" argument="-M" label="Maximum Fraction of Good Quality Mismatching Bases" type="float" value="0.02" optional="true" help="maximum fraction of good quality mismatching bases for primer/adapter overlap" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
121 <param name="min_match_fraction" argument="-N" label="Minimum Fraction of Matching Bases" type="float" value="0.87" optional="true" help="minimum fraction of matching bases for primer/adapter overlap" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
122 <param name="adapter_bandwidth" argument="-b" label="Adapter Alignment Band-width" type="integer" value="50" optional="true" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
123 <param name="gap_open" argument="-Q" label="Adapter Alignment Gap-Open" type="integer" value="8" optional="true" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
124 <param name="gap_extend" argument="-t" label="Adapter Alignment Gap-Extension" type="integer" value="2" optional="true" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
125 <param name="gap_end" argument="-e" label="Adapter Alignment Gap-End" type="integer" value="2" optional="true" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
126 <param name="local_alignment_score" argument="-Z" label="Minimum Local Alignment Score Cutoff" type="integer" value="26" optional="true" help="Adapter alignment minimum local alignment score cutoff [roughly (2*num_hits) - (num_gaps*gap_open) - (num_gaps*gap_close) - (gap_len*gap_extend) - (2*num_mismatches)]" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
127 <param name="read_alignment_bandwidth" argument="-w" label="Read Alignment Band-width" type="integer" value="50" optional="true" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
128 <param name="read_alignment_gap_open" argument="-W" label="Read Alignment Gap-Open" type="integer" value="26" optional="true" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
129 <param name="read_alignment_gap_extend" argument="-p" label="Read Alignment Gap-Extension" type="integer" value="9" optional="true" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
130 <param name="read_alignment_gap_end" argument="-P" label="Read Alignment Gap-End" type="integer" value="5" optional="true" help="read alignment maximum fraction gap cutoff" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
131 <param name="read_alignment_max_gap_fraction" argument="-X" label="Read Alignment Maximum Fraction Gap Cutoff" type="float" value="0.125" optional="true" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
132 </section>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
133
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
134 <!-- Section for Optional Arguments for Merging: -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
135 <section name="merging_options" title="Optional Arguments for Merging" expanded="false">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
136 <param name="maximum_quality_score" argument="-y" label="Maximum Quality Score in Output" type="text" optional="true" help="Maximum quality score in output (phred 33), default = ']'"/>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
137 <param name="print_overhang" argument="-g" type="boolean" truevalue="-g" falsevalue="" checked="false" label="Print Overhang When Adapters Are Present and Stripped" help="Use this if reads are different lengths"/>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
138 <param name="min_base_pair_overlap" argument="-o" type="integer" optional="true" value="15" label="Minimum Overall Base Pair Overlap" help="Minimum overall base pair overlap to merge two reads"/>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
139 <param name="max_mismatch_fraction" argument="-m" type="float" optional="true" value="0.02" label="Maximum Fraction of Good Quality Mismatching Bases" help="Maximum fraction of good quality mismatching bases to overlap reads"/>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
140 <param name="min_match_fraction" argument="-n" type="float" optional="true" value="0.9" label="Minimum Fraction of Matching Bases" help="Minimum fraction of matching bases to overlap reads"/>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
141 </section>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
142 </inputs>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
143 <outputs>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
144 <data format="fastq.gz" name="output1" label="${tool.name} on ${on_string}: First Read Output">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
145 <filter>output_all</filter>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
146 </data>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
147 <data format="fastq.gz" name="output2" label="${tool.name} on ${on_string}: Second Read Output">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
148 <filter>output_all</filter>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
149 </data>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
150 <data format="fastq.gz" name="merged" label="${tool.name} on ${on_string}: Merged Reads">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
151 <filter>merge_reads</filter>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
152 </data>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
153 </outputs>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
154 <tests>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
155 <!-- Test default inputs #1 -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
156 <test expect_num_outputs="3">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
157 <param name="input1" value="input1.fq" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
158 <param name="input2" value="input2.fq" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
159 <param name="merge_reads" value="true" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
160
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
161 <!-- Section for General Arguments -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
162 <section name="general_options" >
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
163 <param name="quality_cutoff" value="13" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
164 <param name="min_length" value="30" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
165 </section>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
166
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
167 <!-- Section for Additional Adapter/Primer Trimming Arguments -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
168 <section name="trimming_options">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
169 <param name="adapter_a" value="AGATCGGAAGAGCGGTTCAG" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
170 <param name="adapter_b" value="AGATCGGAAGAGCGTCGTGT" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
171 <param name="adapter_overlap" value="10" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
172 <param name="max_mismatch_fraction" value="0.02" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
173 <param name="min_match_fraction" value="0.87" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
174 <param name="adapter_bandwidth" value="50" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
175 <param name="gap_open" value="8" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
176 <param name="gap_extend" value="2" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
177 <param name="gap_end" value="2" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
178 <param name="local_alignment_score" value="26" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
179 <param name="read_alignment_bandwidth" value="50" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
180 <param name="read_alignment_gap_open" value="26" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
181 <param name="read_alignment_gap_extend" value="9" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
182 <param name="read_alignment_gap_end" value="5" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
183 <param name="read_alignment_max_gap_fraction" value="0.125" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
184 </section>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
185 <output name="output1" file="output1.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
186 <output name="output2" file="output2.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
187 <output name="merged" file="merged_output.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
188 </test>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
189
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
190 <!-- Without Merging, Two Outputs #2 -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
191 <test expect_num_outputs="2">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
192 <param name="input1" value="input1.fq" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
193 <param name="input2" value="input2.fq" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
194 <param name="merge_reads" value="false" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
195
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
196 <!-- Section for General Arguments -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
197 <section name="general_options" >
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
198 <param name="quality_cutoff" value="13" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
199 <param name="min_length" value="30" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
200 </section>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
201
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
202 <!-- Section for Additional Adapter/Primer Trimming Arguments -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
203 <section name="trimming_options">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
204 <param name="adapter_a" value="AGATCGGAAGAGCGGTTCAG" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
205 <param name="adapter_b" value="AGATCGGAAGAGCGTCGTGT" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
206 <param name="adapter_overlap" value="10" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
207 <param name="max_mismatch_fraction" value="0.02" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
208 <param name="min_match_fraction" value="0.87" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
209 <param name="adapter_bandwidth" value="50" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
210 <param name="gap_open" value="8" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
211 <param name="gap_extend" value="2" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
212 <param name="gap_end" value="2" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
213 <param name="local_alignment_score" value="26" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
214 <param name="read_alignment_bandwidth" value="50" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
215 <param name="read_alignment_gap_open" value="26" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
216 <param name="read_alignment_gap_extend" value="9" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
217 <param name="read_alignment_gap_end" value="5" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
218 <param name="read_alignment_max_gap_fraction" value="0.125" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
219 </section>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
220 <output name="output1" file="outputNoMerge1.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
221 <output name="output2" file="outputNoMerge2.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
222 </test>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
223 <!-- Test with Empty Input Files #3 -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
224 <test expect_num_outputs="3">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
225 <param name="input1" value="empty1.fq" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
226 <param name="input2" value="empty2.fq" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
227 <param name="merge_reads" value="true" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
228
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
229 <!-- Section for General Arguments -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
230 <section name="general_options" >
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
231 <param name="quality_cutoff" value="13" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
232 <param name="min_length" value="30" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
233 </section>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
234
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
235 <!-- Section for Additional Adapter/Primer Trimming Arguments -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
236 <section name="trimming_options">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
237 <param name="adapter_a" value="AGATCGGAAGAGCGGTTCAG" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
238 <param name="adapter_b" value="AGATCGGAAGAGCGTCGTGT" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
239 <param name="adapter_overlap" value="10" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
240 <param name="max_mismatch_fraction" value="0.02" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
241 <param name="min_match_fraction" value="0.87" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
242 <param name="adapter_bandwidth" value="50" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
243 <param name="gap_open" value="8" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
244 <param name="gap_extend" value="2" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
245 <param name="gap_end" value="2" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
246 <param name="local_alignment_score" value="26" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
247 <param name="read_alignment_bandwidth" value="50" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
248 <param name="read_alignment_gap_open" value="26" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
249 <param name="read_alignment_gap_extend" value="9" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
250 <param name="read_alignment_gap_end" value="5" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
251 <param name="read_alignment_max_gap_fraction" value="0.125" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
252 </section>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
253 <output name="output1" file="empty_output1.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
254 <output name="output2" file="empty_output2.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
255 <output name="merged" file="empty_merged_output.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
256 </test>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
257
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
258 <!-- Advanced Functional Tests -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
259 <!-- General Arguments Test #4 -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
260 <test expect_num_outputs="2">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
261 <param name="input1" value="input1.fq" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
262 <param name="input2" value="input2.fq" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
263 <param name="merge_reads" value="false" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
264
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
265 <param name="quality_cutoff" value="15" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
266 <param name="min_length" value="25" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
267 <output name="output1" file="output1_general_args.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
268 <output name="output2" file="output2_general_args.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
269 </test>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
270
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
271 <!-- Adapter/Primer Trimming Arguements Test #5 -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
272 <test expect_num_outputs="2">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
273 <param name="input1" value="input1.fq" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
274 <param name="input2" value="input2.fq" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
275 <param name="merge_reads" value="false" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
276 <section name="trimming_options">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
277 <param name="adapter_a" value="ACTGACTG" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
278 <param name="adapter_b" value="GTGACTGA" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
279 <param name="adapter_overlap" value="12" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
280 <param name="max_mismatch_fraction" value="0.03" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
281 <param name="min_match_fraction" value="0.85" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
282 <param name="adapter_bandwidth" value="55" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
283 <param name="gap_open" value="10" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
284 <param name="gap_extend" value="3" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
285 <param name="gap_end" value="3" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
286 <param name="local_alignment_score" value="28" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
287 </section>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
288 <output name="output1" file="output1_adapter_trim.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
289 <output name="output2" file="output2_adapter_trim.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
290 </test>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
291 <!-- Test with gzipped input files #6 -->
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
292 <test expect_num_outputs="3">
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
293 <param name="input1" value="input1.fastq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
294 <param name="input2" value="input2.fastq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
295 <param name="merge_reads" value="true" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
296 <output name="output1" file="output1_from_gzipped.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
297 <output name="output2" file="output2_from_gzipped.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
298 <output name="merged" file="merged_output_from_gzipped.fq.gz" />
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
299 </test>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
300 </tests>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
301 <help><![CDATA[
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
302 **SeqPrep**
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
303
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
304 SeqPrep is a versatile tool designed for merging overlapping paired-end Illumina reads into a single, longer read. Additionally, it offers the functionality to trim adapter sequences from reads, making it
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
305 a needful tool for preprocessing Illumina sequencing data.
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
306
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
307 **Usage**
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
308
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
309 To utilize SeqPrep, start by selecting your input FASTQ files: one for the first set of reads and another for the second set. SeqPrep provides several options to customize your data processing:
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
310
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
311 - **Adapter Sequences:** You can provide specific sequences for adapter trimming if they are known. SeqPrep will remove these sequences from the reads.
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
312 - **Quality Score Cutoff:** Set a threshold for the quality score. Reads with quality scores below this threshold can be discarded or trimmed.
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
313 - **Minimum Read Length:** Define the minimum length for reads to be retained after trimming. Reads shorter than this length will be discarded.
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
314
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
315 If the merging feature is enabled, SeqPrep will combine overlapping reads into longer sequences, thereby enhancing the data quality for downstream analysis.
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
316
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
317 **Outputs**
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
318
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
319 SeqPrep generates outputs in gzipped FASTQ format.
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
320
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
321 See more details on SeqPrep github repository: https://github.com/jstjohn/SeqPrep
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
322
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
323 ]]></help>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
324 <expand macro="citations"/>
8a0aa44e1e5b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqprep commit 06828a419d1bf8546382b7c687a76b65a577e736
iuc
parents:
diff changeset
325 </tool>