annotate mgnify_seqprep.xml @ 0:76ea9d4604bc draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
author bgruening
date Tue, 14 May 2024 09:49:32 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
1 <tool id="mgnify_seqprep" name="Merging paired-end Illumina reads (SeqPrep, modified for use with MGnify piplines)" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
2 <description>Merge and Trim Adapter Sequences from Paired-End Illumina Reads</description>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
3 <macros>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
4 <import>macros.xml</import>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
5 </macros>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
6 <expand macro="biotools"/>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
7 <expand macro="requirements"/>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
8 <expand macro="creators"/>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
10 SeqPrep
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
11 -f '${input1}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
12 -r '${input2}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
13 -1 '${output1}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
14 -2 '${output2}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
15
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
16 #if $merge_reads
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
17 -s '${merged}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
18 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
19
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
20 ## General Arguments ##
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
21 #if $general_options.first_read_discarded
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
22 -3 '${general_options.first_read_discarded}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
23 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
24 #if $general_options.second_read_discarded
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
25 -4 '${general_options.second_read_discarded}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
26 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
27 #if $general_options.phred64
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
28 -6 '${general_options.phred64}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
29 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
30 #if $general_options.quality_cutoff
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
31 -q '${general_options.quality_cutoff}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
32 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
33 #if $general_options.min_length
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
34 -L '${general_options.min_length}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
35 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
36
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
37 ## Additional Adapter/Primer Trimming Arguments ##
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
38 #if $trimming_options.adapter_a
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
39 -A '${trimming_options.adapter_a}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
40 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
41 #if $trimming_options.adapter_b
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
42 -B '${trimming_options.adapter_b}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
43 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
44 #if $trimming_options.adapter_overlap
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
45 -O '${trimming_options.adapter_overlap}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
46 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
47 #if $trimming_options.max_mismatch_fraction
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
48 -M '${trimming_options.max_mismatch_fraction}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
49 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
50 #if $trimming_options.min_match_fraction
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
51 -N '${trimming_options.min_match_fraction}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
52 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
53 #if $trimming_options.adapter_bandwidth
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
54 -b '${trimming_options.adapter_bandwidth}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
55 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
56 #if $trimming_options.gap_open
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
57 -Q '${trimming_options.gap_open}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
58 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
59 #if $trimming_options.gap_extend
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
60 -t '${trimming_options.gap_extend}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
61 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
62 #if $trimming_options.gap_end
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
63 -e '${trimming_options.gap_end}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
64 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
65 #if $trimming_options.local_alignment_score
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
66 -Z '${trimming_options.local_alignment_score}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
67 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
68 #if $trimming_options.read_alignment_bandwidth
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
69 -w '${trimming_options.read_alignment_bandwidth}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
70 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
71 #if $trimming_options.read_alignment_gap_open
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
72 -W '${trimming_options.read_alignment_gap_open}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
73 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
74 #if $trimming_options.read_alignment_gap_extend
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
75 -p '${trimming_options.read_alignment_gap_extend}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
76 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
77 #if $trimming_options.read_alignment_gap_end
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
78 -P '${trimming_options.read_alignment_gap_end}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
79 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
80 #if $trimming_options.read_alignment_max_gap_fraction
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
81 -X '${trimming_options.read_alignment_max_gap_fraction}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
82 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
83
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
84 ## Additional Arguments for Merging ##
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
85 #if $merging_options.maximum_quality_score
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
86 -y '${merging_options.maximum_quality_score}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
87 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
88 #if $merging_options.print_overhang
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
89 -g '${merging_options.print_overhang}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
90 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
91 #if $merging_options.min_base_pair_overlap
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
92 -o '${merging_options.min_base_pair_overlap}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
93 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
94 #if $merging_options.max_mismatch_fraction
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
95 -m '${merging_options.max_mismatch_fraction}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
96 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
97 #if $merging_options.min_match_fraction
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
98 -n '${merging_options.min_match_fraction}'
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
99 #end if
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
100 ]]></command>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
101 <inputs>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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." />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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." />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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." />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
105
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
106 <!-- Section for General Arguments -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
107 <section name="general_options" title="General Arguments (Optional)" expanded="false">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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"/>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
113 </section>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
114
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
115 <!-- Section for Additional Adapter/Primer Trimming Arguments -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
116 <section name="trimming_options" title="Additional Adapter/Primer Trimming Arguments" expanded="false">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
122 <param name="adapter_bandwidth" argument="-b" label="Adapter Alignment Band-width" type="integer" value="50" optional="true" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
123 <param name="gap_open" argument="-Q" label="Adapter Alignment Gap-Open" type="integer" value="8" optional="true" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
124 <param name="gap_extend" argument="-t" label="Adapter Alignment Gap-Extension" type="integer" value="2" optional="true" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
125 <param name="gap_end" argument="-e" label="Adapter Alignment Gap-End" type="integer" value="2" optional="true" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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)]" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
127 <param name="read_alignment_bandwidth" argument="-w" label="Read Alignment Band-width" type="integer" value="50" optional="true" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
128 <param name="read_alignment_gap_open" argument="-W" label="Read Alignment Gap-Open" type="integer" value="26" optional="true" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
129 <param name="read_alignment_gap_extend" argument="-p" label="Read Alignment Gap-Extension" type="integer" value="9" optional="true" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
132 </section>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
133
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
134 <!-- Section for Optional Arguments for Merging: -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
135 <section name="merging_options" title="Optional Arguments for Merging" expanded="false">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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 = ']'"/>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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"/>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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"/>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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"/>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
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"/>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
141 </section>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
142 </inputs>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
143 <outputs>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
144 <data format="fastq.gz" name="output1" label="${tool.name} on ${on_string}: First Read Output">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
145 <filter>output_all</filter>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
146 </data>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
147 <data format="fastq.gz" name="output2" label="${tool.name} on ${on_string}: Second Read Output">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
148 <filter>output_all</filter>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
149 </data>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
150 <data format="fastq.gz" name="merged" label="${tool.name} on ${on_string}: Merged Reads">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
151 <filter>merge_reads</filter>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
152 </data>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
153 </outputs>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
154 <tests>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
155 <!-- Test default inputs #1 -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
156 <test expect_num_outputs="3">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
157 <param name="input1" value="input1.fq" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
158 <param name="input2" value="input2.fq" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
159 <param name="merge_reads" value="true" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
160
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
161 <!-- Section for General Arguments -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
162 <section name="general_options" >
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
163 <param name="quality_cutoff" value="13" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
164 <param name="min_length" value="30" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
165 </section>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
166
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
167 <!-- Section for Additional Adapter/Primer Trimming Arguments -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
168 <section name="trimming_options">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
169 <param name="adapter_a" value="AGATCGGAAGAGCGGTTCAG" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
170 <param name="adapter_b" value="AGATCGGAAGAGCGTCGTGT" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
171 <param name="adapter_overlap" value="10" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
172 <param name="max_mismatch_fraction" value="0.02" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
173 <param name="min_match_fraction" value="0.87" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
174 <param name="adapter_bandwidth" value="50" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
175 <param name="gap_open" value="8" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
176 <param name="gap_extend" value="2" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
177 <param name="gap_end" value="2" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
178 <param name="local_alignment_score" value="26" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
179 <param name="read_alignment_bandwidth" value="50" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
180 <param name="read_alignment_gap_open" value="26" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
181 <param name="read_alignment_gap_extend" value="9" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
182 <param name="read_alignment_gap_end" value="5" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
183 <param name="read_alignment_max_gap_fraction" value="0.125" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
184 </section>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
185 <output name="output1" file="output1.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
186 <output name="output2" file="output2.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
187 <output name="merged" file="merged_output.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
188 </test>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
189
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
190 <!-- Without Merging, Two Outputs #2 -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
191 <test expect_num_outputs="2">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
192 <param name="input1" value="input1.fq" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
193 <param name="input2" value="input2.fq" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
194 <param name="merge_reads" value="false" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
195
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
196 <!-- Section for General Arguments -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
197 <section name="general_options" >
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
198 <param name="quality_cutoff" value="13" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
199 <param name="min_length" value="30" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
200 </section>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
201
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
202 <!-- Section for Additional Adapter/Primer Trimming Arguments -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
203 <section name="trimming_options">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
204 <param name="adapter_a" value="AGATCGGAAGAGCGGTTCAG" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
205 <param name="adapter_b" value="AGATCGGAAGAGCGTCGTGT" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
206 <param name="adapter_overlap" value="10" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
207 <param name="max_mismatch_fraction" value="0.02" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
208 <param name="min_match_fraction" value="0.87" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
209 <param name="adapter_bandwidth" value="50" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
210 <param name="gap_open" value="8" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
211 <param name="gap_extend" value="2" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
212 <param name="gap_end" value="2" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
213 <param name="local_alignment_score" value="26" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
214 <param name="read_alignment_bandwidth" value="50" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
215 <param name="read_alignment_gap_open" value="26" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
216 <param name="read_alignment_gap_extend" value="9" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
217 <param name="read_alignment_gap_end" value="5" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
218 <param name="read_alignment_max_gap_fraction" value="0.125" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
219 </section>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
220 <output name="output1" file="outputNoMerge1.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
221 <output name="output2" file="outputNoMerge2.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
222 </test>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
223 <!-- Test with Empty Input Files #3 -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
224 <test expect_num_outputs="3">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
225 <param name="input1" value="empty1.fq" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
226 <param name="input2" value="empty2.fq" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
227 <param name="merge_reads" value="true" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
228
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
229 <!-- Section for General Arguments -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
230 <section name="general_options" >
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
231 <param name="quality_cutoff" value="13" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
232 <param name="min_length" value="30" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
233 </section>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
234
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
235 <!-- Section for Additional Adapter/Primer Trimming Arguments -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
236 <section name="trimming_options">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
237 <param name="adapter_a" value="AGATCGGAAGAGCGGTTCAG" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
238 <param name="adapter_b" value="AGATCGGAAGAGCGTCGTGT" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
239 <param name="adapter_overlap" value="10" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
240 <param name="max_mismatch_fraction" value="0.02" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
241 <param name="min_match_fraction" value="0.87" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
242 <param name="adapter_bandwidth" value="50" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
243 <param name="gap_open" value="8" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
244 <param name="gap_extend" value="2" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
245 <param name="gap_end" value="2" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
246 <param name="local_alignment_score" value="26" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
247 <param name="read_alignment_bandwidth" value="50" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
248 <param name="read_alignment_gap_open" value="26" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
249 <param name="read_alignment_gap_extend" value="9" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
250 <param name="read_alignment_gap_end" value="5" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
251 <param name="read_alignment_max_gap_fraction" value="0.125" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
252 </section>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
253 <output name="output1" file="empty_output1.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
254 <output name="output2" file="empty_output2.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
255 <output name="merged" file="empty_merged_output.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
256 </test>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
257
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
258 <!-- Advanced Functional Tests -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
259 <!-- General Arguments Test #4 -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
260 <test expect_num_outputs="2">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
261 <param name="input1" value="input1.fq" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
262 <param name="input2" value="input2.fq" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
263 <param name="merge_reads" value="false" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
264
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
265 <param name="quality_cutoff" value="15" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
266 <param name="min_length" value="25" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
267 <output name="output1" file="output1_general_args.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
268 <output name="output2" file="output2_general_args.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
269 </test>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
270
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
271 <!-- Adapter/Primer Trimming Arguements Test #5 -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
272 <test expect_num_outputs="2">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
273 <param name="input1" value="input1.fq" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
274 <param name="input2" value="input2.fq" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
275 <param name="merge_reads" value="false" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
276 <section name="trimming_options">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
277 <param name="adapter_a" value="ACTGACTG" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
278 <param name="adapter_b" value="GTGACTGA" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
279 <param name="adapter_overlap" value="12" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
280 <param name="max_mismatch_fraction" value="0.03" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
281 <param name="min_match_fraction" value="0.85" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
282 <param name="adapter_bandwidth" value="55" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
283 <param name="gap_open" value="10" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
284 <param name="gap_extend" value="3" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
285 <param name="gap_end" value="3" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
286 <param name="local_alignment_score" value="28" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
287 </section>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
288 <output name="output1" file="output1_adapter_trim.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
289 <output name="output2" file="output2_adapter_trim.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
290 </test>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
291 <!-- Test with gzipped input files #6 -->
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
292 <test expect_num_outputs="3">
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
293 <param name="input1" value="input1.fastq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
294 <param name="input2" value="input2.fastq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
295 <param name="merge_reads" value="true" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
296 <output name="output1" file="output1_from_gzipped.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
297 <output name="output2" file="output2_from_gzipped.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
298 <output name="merged" file="merged_output_from_gzipped.fq.gz" />
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
299 </test>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
300 </tests>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
301 <help><![CDATA[
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
302 .. class:: warningmark
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
303
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
304 **Caution**
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
305 -----------
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
306 ::
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
307
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
308 This is a modified version of the 1.2 release. Made for use with the MGnify pipeline.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
309
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
310 Difference in `utils.h`:
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
311
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
312 ::
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
313
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
314 -#define MAX_SEQ_LEN (256)
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
315 +#define MAX_SEQ_LEN (1024)
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
316
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
317 **SeqPrep**
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
318 -----------
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
319 ::
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
320
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
321 SeqPrep is a versatile tool designed for merging overlapping paired-end Illumina reads into a single, longer read.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
322 Additionally, it offers the functionality to trim adapter sequences from reads, making it a needful tool for preprocessing Illumina sequencing data.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
323
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
324 **Usage**
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
325 =========
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
326 ::
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
327
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
328 To utilize SeqPrep, start by selecting your input FASTQ files: one for the first set of reads and another for the second set.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
329 SeqPrep provides several options to customize your data processing:
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
330
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
331 - Adapter Sequences: You can provide specific sequences for adapter trimming if they are known. SeqPrep will remove these sequences from the reads.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
332 - Quality Score Cutoff: Set a threshold for the quality score. Reads with quality scores below this threshold can be discarded or trimmed.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
333 - Minimum Read Length: Define the minimum length for reads to be retained after trimming. Reads shorter than this length will be discarded.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
334
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
335 If the merging feature is enabled, SeqPrep will combine overlapping reads into longer sequences, thereby enhancing the data quality for downstream analysis.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
336
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
337 **Outputs**
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
338 ===========
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
339 ::
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
340
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
341 SeqPrep generates outputs in gzipped FASTQ format.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
342
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
343 See more details on `SeqPrep GitHub repository <https://github.com/jstjohn/SeqPrep>`_.
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
344
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
345 ]]></help>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
346 <expand macro="citations"/>
76ea9d4604bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mgnify_seqprep commit fd696b8f2ce44287b6ad19fe52277cfdbd7e94fb
bgruening
parents:
diff changeset
347 </tool>