annotate trim_galore.xml @ 12:1bf4789584dc draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit e479633f5087a63dfdd19288f0f8a4e186980178
author bgruening
date Tue, 16 May 2017 09:34:00 -0400
parents 80cd83b11214
children b6c00b82f623
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
1 <tool id="trim_galore" name="Trim Galore!" version="0.4.3.0" profile="17.01">
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
2 <!-- Wrapper compatible with Trim Galore! version 0.4.3 -->
9
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
3 <description>Quality and adapter trimmer of reads</description>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
4 <macros>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
5 <macro name="adapter_trimming">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
6 <conditional name="trimming">
9
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
7 <param name="trimming_select" type="select" label="Adapter sequence to be trimmed">
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
8 <option value="">Automatic detection</option>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
9 <option value="--illumina">Illumina universal</option>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
10 <option value="--nextera">Nextera transposase</option>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
11 <option value="--small_rna">Illumina small RNA adapters</option>
9
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
12 <option value="user">User defined adapter sequence</option>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
13 </param>
7
8352713cf939 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 07148c518916e16602ea26473d00358fe04bc3b6-dirty
bgruening
parents: 6
diff changeset
14 <when value=""/>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
15 <when value="--illumina"/>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
16 <when value="--nextera"/>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
17 <when value="--small_rna"/>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
18 <when value="user">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
19 <param name="adapter" type="text" value="AGATCGGAAGAGC" label="Adapter sequence to be trimmed off">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
20 <validator type="regex" message="Adapter sequence must contain DNA characters only (A,C,T,G or N)">^[ACTGNactgn]*$</validator>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
21 </param>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
22 <yield/>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
23 </when>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
24 </conditional>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
25 </macro>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
26 <macro name="paired_adapter_trimming">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
27 <expand macro="adapter_trimming">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
28 <param name="adapter2" type="text" optional="True" value="" label="Adapter sequence to be trimmed off read 2">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
29 <validator type="regex" message="Adapter sequence must contain DNA characters only (A,C,T,G or N)">^[ACTGNactgn]*$</validator>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
30 </param>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
31 </expand>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
32 <param name="trim1" type="boolean" truevalue="--trim1" falsevalue="" checked="False" label="Trims 1 bp off every read from its 3' end." help="" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
33 <param name="three_prime_clip_R1" type="integer" value="" optional="True" label="Remove N bp from the 3' end of read 1">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
34 <help>Instructs Trim Galore! to remove N bp from the 3' end of read 1 after adapter/quality trimming has been performed.
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
35 This may remove some unwanted bias from the 3' end that is not directly related to adapter sequence or basecall quality.
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
36 (--three_prime_clip_R1)</help>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
37 </param>
9
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
38 <param name="three_prime_clip_R2" type="integer" value="" optional="True" label="Remove N bp from the 3' end of read 2">
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
39 <help>Instructs Trim Galore! to remove N bp from the 3' end of read 2 after
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
40 adapter/quality trimming has been performed. This may remove some unwanted bias from
9
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
41 the 3' end that is not directly related to adapter sequence or basecall quality.</help>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
42 </param>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
43 </macro>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
44 </macros>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
45 <requirements>
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
46 <requirement type="package" version="0.4.3">trim-galore</requirement>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
47 </requirements>
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
48 <version_command>
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
49 trim_galore --version
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
50 </version_command>
12
1bf4789584dc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit e479633f5087a63dfdd19288f0f8a4e186980178
bgruening
parents: 11
diff changeset
51 <command detect_errors="exit_code"><![CDATA[
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
52 #set compressed = 'no'
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
53 #if $singlePaired.sPaired == "single":
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
54 #if $singlePaired.input_singles.is_of_type("fastq.gz"):
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
55 #set read1 = 'input_1.fastq.gz'
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
56 #set compressed = 'gz'
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
57 #else
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
58 #set read1 = 'input_1.fastq'
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
59 #end if
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
60 ln -s '${singlePaired.input_singles}' ${read1} &&
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
61 #elif $singlePaired.sPaired == "paired":
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
62 #if $singlePaired.input_mate1.is_of_type("fastq.gz"):
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
63 #set read1 = 'input_1.fastq.gz'
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
64 #set compressed = 'gz'
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
65 #else
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
66 #set read1 = 'input_1.fastq'
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
67 #end if
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
68 ln -s '${singlePaired.input_mate1}' ${read1} &&
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
69
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
70 #if $singlePaired.input_mate2.is_of_type("fastq.gz"):
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
71 #set read2 = 'input_2.fastq.gz'
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
72 #else
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
73 #set read2 = 'input_2.fastq'
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
74 #end if
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
75 ln -s '${singlePaired.input_mate2}' ${read2} &&
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
76 #else:
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
77 #if $singlePaired.input_mate_pairs.forward.is_of_type("fastq.gz"):
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
78 #set read1 = 'input_1.fastq.gz'
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
79 #set compressed = 'gz'
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
80 #else
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
81 #set read1 = 'input_1.fastq'
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
82 #end if
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
83 ln -s '${singlePaired.input_mate_pairs.forward}' ${read1} &&
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
84
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
85 #if $singlePaired.input_mate_pairs.reverse.is_of_type("fastq.gz"):
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
86 #set read2 = 'input_2.fastq.gz'
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
87 #else
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
88 #set read2 = 'input_2.fastq'
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
89 #end if
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
90 ln -s '${singlePaired.input_mate_pairs.reverse}' ${read2} &&
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
91 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
92
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
93 trim_galore
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
94
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
95 ## we only support fastqsanger
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
96 --phred33
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
97
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
98 #if $params.settingsType == "custom":
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
99
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
100 ## default 20
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
101 --quality $params.quality
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
102
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
103 ## default 1
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
104 --stringency $params.stringency
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
105
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
106 ## default 0.1
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
107 -e $params.error_rate
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
108
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
109 ## default 20
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
110 --length $params.min_length
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
111
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
112 #if $params.clip_R1:
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
113 --clip_R1 $params.clip_R1
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
114 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
115
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
116 #if $params.clip_R2:
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
117 --clip_R2 $params.clip_R2
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
118 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
119
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
120 #if $params.retain_unpaired.retain_unpaired_select == "retain_unpaired_output":
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
121 --retain_unpaired
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
122 --length_1 $params.retain_unpaired.length_1
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
123 --length_2 $params.retain_unpaired.length_2
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
124 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
125
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
126 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
127
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
128 ## RBBS specific options.
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
129 #if $rrbs.settingsType == "custom":
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
130 $rrbs.rrbs
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
131 $rrbs.non_directional
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
132 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
133
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
134 --output_dir ./
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
135 --suppress_warn
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
136
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
137 #if $params.settingsType == "custom" and not $params.report:
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
138 --no_report_file
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
139 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
140
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
141 #if $singlePaired.trimming.trimming_select == 'user':
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
142 ## default 'AGATCGGAAGAGC'
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
143 #if $singlePaired.trimming.adapter.strip() != '':
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
144 --adapter '$singlePaired.trimming.adapter'
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
145 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
146 #else:
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
147 $singlePaired.trimming.trimming_select
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
148 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
149
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
150 #if $singlePaired.three_prime_clip_R1:
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
151 --three_prime_clip_R1 $singlePaired.three_prime_clip_R1
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
152 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
153
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
154 #if $singlePaired.sPaired == "single":
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
155 ## input sequence
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
156 ${read1}
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
157 #else:
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
158 --paired
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
159
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
160 $singlePaired.trim1
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
161
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
162 #if $singlePaired.trimming.trimming_select == 'user':
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
163 #if $singlePaired.trimming.adapter2 and $singlePaired.trimming.adapter2.strip() != '':
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
164 --adapter2 '$singlePaired.trimming.adapter2'
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
165 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
166 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
167
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
168 #if $singlePaired.three_prime_clip_R2:
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
169 --three_prime_clip_R2 $singlePaired.three_prime_clip_R2
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
170 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
171
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
172 ## input sequences
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
173 ${read1}
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
174 ${read2}
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
175 #end if
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
176
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
177 #if $compressed == 'no':
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
178 --dont_gzip
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
179 #end if
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
180
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
181 ## Trim Galore is finished, rename the output if compressed
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
182 &&
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
183 if [ -f input_1_trimmed.fq.gz ] ; then mv input_1_trimmed.fq.gz input_1_trimmed.fq ; fi
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
184 &&
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
185 if [ -f input_1_val_1.fq.gz ] ; then mv input_1_val_1.fq.gz input_1_val_1.fq ; fi
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
186 &&
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
187 if [ -f input_2_val_2.fq.gz ] ; then mv input_2_val_2.fq.gz input_2_val_2.fq ; fi
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
188 &&
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
189 if [ -f input_1_unpaired_1.fq.gz ] ; then mv input_1_unpaired_1.fq.gz input_1_unpaired_1.fq ; fi
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
190 &&
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
191 if [ -f input_2_unpaired_2.fq.gz ] ; then mv input_2_unpaired_2.fq.gz input_2_unpaired_2.fq ; fi
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
192
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
193 ## Trim Galore! run is finished. Move the report files to the proper place
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
194 #if $params.settingsType == "custom" and $params.report:
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
195 &&
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
196 cat ./*_trimming_report.txt > '$report_file'
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
197 #end if
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
198 ]]></command>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
199 <inputs>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
200 <!-- Input Parameters -->
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
201 <conditional name="singlePaired">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
202 <param name="sPaired" type="select" label="Is this library paired- or single-end?">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
203 <option value="single">Single-end</option>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
204 <option value="paired">Paired-end</option>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
205 <option value="paired_collection">Paired Collection</option>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
206 </param>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
207 <when value="single">
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
208 <param name="input_singles" type="data" format="fastqsanger,fastqsanger.gz" label="Reads in FASTQ format" />
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
209 <expand macro="adapter_trimming"/>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
210
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
211 <param name="three_prime_clip_R1" type="integer" value="" optional="True" label="Remove N bp from the 3' end">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
212 <help>Instructs Trim Galore! to remove N bp from the 3' end of read 1 after adapter/quality trimming has been performed.
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
213 This may remove some unwanted bias from the 3' end that is not directly related to adapter sequence or basecall quality.
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
214 (--three_prime_clip_R1)</help>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
215 </param>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
216 </when>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
217 <when value="paired">
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
218 <param name="input_mate1" type="data" format="fastqsanger,fastqsanger.gz" label="Reads in FASTQ format" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
219 <param name="input_mate2" type="data" format="fastqsanger,fastqsanger.gz" label="Reads in FASTQ format" />
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
220 <expand macro="paired_adapter_trimming" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
221 </when>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
222 <when value="paired_collection">
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
223 <param name="input_mate_pairs" format="fastqsanger,fastqsanger.gz" type="data_collection" collection_type="paired"
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
224 label="Select a paired collection" help="See help section for an explanation of dataset collections"/>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
225 <expand macro="paired_adapter_trimming" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
226 </when>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
227 </conditional>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
228
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
229 <conditional name="params">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
230 <param name="settingsType" type="select" label="Trim Galore! advanced settings" help="You can use the default settings or set custom values for any of Trim Galore!'s parameters.">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
231 <option value="default">Use defaults</option>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
232 <option value="custom">Full parameter list</option>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
233 </param>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
234 <when value="default" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
235 <!-- Full/advanced params. -->
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
236 <when value="custom">
9
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
237 <param name="quality" type="integer" value="20" label="Trim low-quality ends from reads in addition to adapter removal (Enter phred quality score threshold)"
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
238 help="For more information please see below." />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
239 <param name="stringency" type="integer" value="1" label="Overlap with adapter sequence required to trim a sequence" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
240 <param name="error_rate" type="float" value="0.1" label="Maximum allowed error rate" />
9
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
241 <param name="min_length" type="integer" value="20" label="Discard reads that became shorter than length N" />
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
242
9
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
243 <param name="clip_R1" type="integer" optional="True" min="0" label="Instructs Trim Galore! to remove N bp from the 5' end of read 1" />
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
244 <param name="clip_R2" type="integer" optional="True" min="0" label="Instructs Trim Galore! to remove N bp from the 5' end of read 2 (Only for paired-end reads)" />
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
245
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
246 <param name="report" type="boolean" truevalue="true" falsevalue="false" checked="False" label="Generate a report file" help="" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
247
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
248 <conditional name="retain_unpaired">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
249 <param name="retain_unpaired_select" type="select" label="specify if you would like to retain unpaired reads">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
250 <option value="no_output">Do not output unpaired reads</option>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
251 <option value="retain_unpaired_output">Output unpaired reads</option>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
252 </param>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
253 <when value="no_output" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
254 <!-- Output params. -->
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
255 <when value="retain_unpaired_output">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
256 <param name="length_1" type="integer" value="35" label="Unpaired single-end read length cutoff needed for read 1 to be written" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
257 <param name="length_2" type="integer" value="35" label="Unpaired single-end read length cutoff needed for read 2 to be written" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
258 </when> <!-- output -->
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
259 </conditional> <!-- retain_unpaired -->
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
260
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
261 </when> <!-- full -->
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
262 </conditional> <!-- params -->
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
263
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
264 <conditional name="rrbs">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
265 <param name="settingsType" type="select" label="RRBS specific settings">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
266 <option value="default">Use defaults (no RRBS)</option>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
267 <option value="custom">Full parameter list</option>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
268 </param>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
269 <when value="default" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
270 <!-- Full/advanced params. -->
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
271 <when value="custom">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
272 <param name="rrbs" type="boolean" truevalue="--rrbs" falsevalue="" checked="True"
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
273 label="Specifies that the input file was an MspI digested RRBS sample" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
274 <param name="non_directional" type="boolean" truevalue="--non_directional" falsevalue="" checked="False"
9
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
275 label="Screen quality-trimmed sequences for 'CAA' or 'CGA' at the start of the read and, if found, removes the first two basepairs" />
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
276 </when> <!-- full -->
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
277 </conditional> <!-- params -->
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
278 </inputs>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
279
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
280 <outputs>
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
281 <data format_source="input_singles" name="trimmed_reads_single" from_work_dir="input_1_trimmed.fq" label="${tool.name} on ${on_string}: trimmed reads">
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
282 <filter>singlePaired['sPaired'] == "single"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
283 </data>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
284
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
285 <collection name="trimmed_reads_paired_collection" type="paired" label="${tool.name} on ${on_string}: paired reads">
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
286 <data name="forward" format_source="input_mate_pairs['forward']" from_work_dir="input_1_val_1.fq" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
287 <data name="reverse" format_source="input_mate_pairs['forward']" from_work_dir="input_2_val_2.fq" />
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
288 <filter>singlePaired['sPaired'] == "paired_collection"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
289 </collection>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
290
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
291 <collection name="trimmed_reads_unpaired_collection" type="paired" label="${tool.name} on ${on_string}: unpaired reads">
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
292 <data name="forward" format_source="input_mate_pairs['forward']" from_work_dir="input_1_unpaired_1.fq" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
293 <data name="reverse" format_source="input_mate_pairs['forward']" from_work_dir="input_2_unpaired_2.fq" />
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
294 <filter>params['settingsType'] == "custom"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
295 <filter>params['retain_unpaired']['retain_unpaired_select'] == "retain_unpaired_output"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
296 <filter>singlePaired['sPaired'] == "paired_collection"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
297 </collection>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
298
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
299 <data format_source="input_mate1" name="trimmed_reads_pair1" from_work_dir="input_1_val_1.fq"
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
300 label="${tool.name} on ${on_string}: trimmed reads pair 1">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
301 <filter>singlePaired['sPaired'] == "paired"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
302 </data>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
303
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
304 <data format_source="input_mate2" name="trimmed_reads_pair2" from_work_dir="input_2_val_2.fq"
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
305 label="${tool.name} on ${on_string}: trimmed reads pair 2">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
306 <filter>singlePaired['sPaired'] == "paired"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
307 </data>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
308
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
309 <data format_source="input_mate1" name="unpaired_reads_1" from_work_dir="input_1_unpaired_1.fq"
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
310 label="${tool.name} on ${on_string}: unpaired reads (1)">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
311 <filter>params['settingsType'] == "custom"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
312 <filter>params['retain_unpaired']['retain_unpaired_select'] == "retain_unpaired_output"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
313 <filter>singlePaired['sPaired'] == "paired"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
314 </data>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
315
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
316 <data format_source="input_mate2" name="unpaired_reads_2" from_work_dir="input_2_unpaired_2.fq"
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
317 label="${tool.name} on ${on_string}: unpaired reads (2)">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
318 <filter>params['settingsType'] == "custom"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
319 <filter>params['retain_unpaired']['retain_unpaired_select'] == "retain_unpaired_output"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
320 <filter>singlePaired['sPaired'] == "paired"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
321 </data>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
322 <data format="txt" name="report_file" label="${tool.name} on ${on_string}: report file">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
323 <filter>params['settingsType'] == "custom"</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
324 <filter>params['report'] == True</filter>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
325 </data>
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
326 </outputs>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
327
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
328 <tests>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
329 <test>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
330 <param name="input_singles" value="sanger_full_range_original_sanger.fastqsanger" ftype="fastqsanger" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
331 <param name="sPaired" value="single" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
332 <param name="settingsType" value="custom" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
333 <param name="report" value="true" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
334 <output name="trimmed_reads_single" file="sanger_full_range_results1.fastqsanger" ftype="fastqsanger"/>
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
335 <output name="report_file" file="sanger_full_range_report_results1.txt" ftype="txt" lines_diff="8" />
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
336 </test>
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
337 <test>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
338 <param name="input_singles" value="sanger_full_range_original_sanger.fastq.gz" ftype="fastqsanger.gz" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
339 <param name="sPaired" value="single" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
340 <param name="settingsType" value="custom" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
341 <param name="report" value="true" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
342 <output name="trimmed_reads_single" file="sanger_full_range_results1.fastq.gz" ftype="fastqsanger.gz" compare="sim_size" delta="0"/>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
343 <output name="report_file" file="sanger_full_range_report_results1gz.txt" ftype="txt" lines_diff="9" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
344 </test>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
345
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
346 <test>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
347 <param name="input_singles" value="sanger_full_range_original_sanger.fastqsanger" ftype="fastqsanger" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
348 <param name="sPaired" value="single" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
349 <param name="trimming_select" value="--illumina" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
350 <output name="trimmed_reads_single" file="sanger_full_range_results2.fastqsanger" ftype="fastqsanger"/>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
351 </test>
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
352 <test>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
353 <param name="input_singles" value="sanger_full_range_original_sanger.fastq.gz" ftype="fastqsanger.gz" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
354 <param name="sPaired" value="single" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
355 <param name="trimming_select" value="--illumina" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
356 <output name="trimmed_reads_single" file="sanger_full_range_results2.fastq.gz" ftype="fastqsanger.gz" compare="sim_size" delta="0"/>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
357 </test>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
358
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
359 <test>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
360 <param name="input_singles" value="sanger_full_range_original_sanger.fastqsanger" ftype="fastqsanger" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
361 <param name="sPaired" value="single" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
362 <param name="adapter" value="AAAGAGC" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
363 <output name="trimmed_reads_single" file="sanger_full_range_results3.fastqsanger" ftype="fastqsanger"/>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
364 </test>
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
365 <test>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
366 <param name="input_singles" value="sanger_full_range_original_sanger.fastq.gz" ftype="fastqsanger.gz" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
367 <param name="sPaired" value="single" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
368 <param name="adapter" value="AAAGAGC" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
369 <output name="trimmed_reads_single" file="sanger_full_range_results3.fastq.gz" ftype="fastqsanger.gz" compare="sim_size" delta="0"/>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
370 </test>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
371
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
372 <test>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
373 <param name="input_mate1" value="bwa-mem-fastq1.fq" ftype="fastqsanger" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
374 <param name="input_mate2" value="bwa-mem-fastq2.fq" ftype="fastqsanger" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
375 <param name="sPaired" value="paired" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
376 <param name="settingsType" value="custom" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
377 <param name="report" value="true" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
378 <output name="trimmed_reads_pair1" file="paired_example_pair1_results2.fastqsanger" ftype="fastqsanger"/>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
379 <output name="trimmed_reads_pair2" file="paired_example_pair2_results2.fastqsanger" ftype="fastqsanger"/>
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
380 <output name="report_file" file="paired_example_results2.txt" ftype="txt" lines_diff="24" />
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
381 </test>
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
382 <test>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
383 <param name="input_mate1" value="bwa-mem-fastq1.fq.gz" ftype="fastqsanger.gz" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
384 <param name="input_mate2" value="bwa-mem-fastq2.fq.gz" ftype="fastqsanger.gz" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
385 <param name="sPaired" value="paired" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
386 <param name="settingsType" value="custom" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
387 <param name="report" value="true" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
388 <output name="trimmed_reads_pair1" file="paired_example_pair1_results2.fastq.gz" ftype="fastqsanger.gz" compare="sim_size" delta="0"/>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
389 <output name="trimmed_reads_pair2" file="paired_example_pair2_results2.fastq.gz" ftype="fastqsanger.gz" compare="sim_size" delta="0"/>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
390 <output name="report_file" file="paired_example_results2gz.txt" ftype="txt" lines_diff="24" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
391 </test>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
392
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
393 <test>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
394 <param name="input_mate_pairs">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
395 <collection type="paired">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
396 <element name="forward" value="bwa-mem-fastq1.fq" ftype="fastqsanger" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
397 <element name="reverse" value="bwa-mem-fastq2.fq" ftype="fastqsanger" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
398 </collection>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
399 </param>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
400
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
401 <param name="sPaired" value="paired_collection" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
402 <param name="settingsType" value="custom" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
403 <param name="report" value="true" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
404 <param name="retain_unpaired_select" value="retain_unpaired_output" />
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
405
8
f1e71aeaa923 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit d48f42b1c267c8ebfc50161ea764baed8ee66701-dirty
bgruening
parents: 7
diff changeset
406 <output name="report_file" file="paired_collection_example_results3.txt" ftype="txt" lines_diff="24" />
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
407
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
408 <output_collection name="trimmed_reads_paired_collection" type="paired">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
409 <element name="forward" file="paired_collection_example_pair1_results3.fastqsanger" ftype="fastqsanger"/>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
410 <element name="reverse" file="paired_collection_example_pair2_results3.fastqsanger" ftype="fastqsanger"/>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
411 </output_collection>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
412
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
413 <output_collection name="trimmed_reads_unpaired_collection" type="paired">
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
414 <element name="forward" file="paired_collection_example_unpair1_results3.fastqsanger" ftype="fastqsanger"/>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
415 <element name="reverse" file="paired_collection_example_unpair2_results3.fastqsanger" ftype="fastqsanger"/>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
416 </output_collection>
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
417 </test>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
418 <test>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
419 <param name="input_mate_pairs">
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
420 <collection type="paired">
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
421 <element name="forward" value="bwa-mem-fastq1.fq.gz" ftype="fastqsanger.gz" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
422 <element name="reverse" value="bwa-mem-fastq2.fq.gz" ftype="fastqsanger.gz" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
423 </collection>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
424 </param>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
425
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
426 <param name="sPaired" value="paired_collection" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
427 <param name="settingsType" value="custom" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
428 <param name="report" value="true" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
429 <param name="retain_unpaired_select" value="retain_unpaired_output" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
430
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
431 <output name="report_file" file="paired_collection_example_results3gz.txt" ftype="txt" lines_diff="25" />
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
432
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
433 <output_collection name="trimmed_reads_paired_collection" type="paired">
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
434 <element name="forward" file="paired_collection_example_pair1_results3.fastq.gz" ftype="fastqsanger.gz" compare="sim_size" delta="0"/>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
435 <element name="reverse" file="paired_collection_example_pair2_results3.fastq.gz" ftype="fastqsanger.gz" compare="sim_size" delta="0"/>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
436 </output_collection>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
437
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
438 <output_collection name="trimmed_reads_unpaired_collection" type="paired">
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
439 <element name="forward" file="paired_collection_example_unpair1_results3.fastq.gz" ftype="fastqsanger.gz" compare="sim_size" delta="0"/>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
440 <element name="reverse" file="paired_collection_example_unpair2_results3.fastq.gz" ftype="fastqsanger.gz" compare="sim_size" delta="0"/>
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
441 </output_collection>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
442 </test>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
443 </tests>
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
444 <help><![CDATA[
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
445 **What it does**
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
446
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
447 `Trim Galore!`_ is a wrapper script to automate quality and adapter trimming as well as quality control, with some added functionality to remove biased methylation positions for RRBS sequence files (for directional, non-directional (or paired-end) sequencing). It's main features are:
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
448
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
449 * For adapter trimming, Trim Galore! uses the first 13 bp of Illumina standard adapters ('AGATCGGAAGAGC') by default (suitable for both ends of paired-end libraries), but accepts other adapter sequence, too
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
450 * For MspI-digested RRBS libraries, Trim Galore! performs quality and adapter trimming in two subsequent steps. This allows it to remove 2 additional bases that contain a cytosine which was artificially introduced in the end-repair step during the library preparation
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
451 * For any kind of FASTQ file other than MspI-digested RRBS, Trim Galore! can perform single-pass adapter and quality trimming
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
452 * The Phred quality of basecalls and the stringency for adapter removal can be specified individually
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
453 * Trim Galore! can remove sequences if they become too short during the trimming process. For paired-end files Trim Galore! removes entire sequence pairs if one (or both) of the two reads became shorter than the set length cutoff. Reads of a read-pair that are longer than a given threshold but for which the partner read has become too short can optionally be written out to single-end files. This ensures that the information of a read pair is not lost entirely if only one read is of good quality
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
454 * Trim Galore! can trim paired-end files by 1 additional bp from the 3' end of all reads to avoid problems with invalid alignments with Bowtie 1
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
455
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
456 .. _Trim Galore!: http://www.bioinformatics.babraham.ac.uk/projects/trim_galore/
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
457
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
458 It is developed by Felix Krueger at the Babraham Institute.
9
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
459
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
460 ----
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
461
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
462 **Main Settings**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
463
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
464 * **Adapter sequence to be trimmed**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
465
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
466 * **Automatic detection**
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
467
9
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
468 | Adapter sequence to be trimmed. Trim Galore will try to auto-detect whether the Illumina universal, Nextera transposase or Illumina small RNA adapter sequence was used.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
469
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
470 * **Illumina universal**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
471
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
472 | Adapter sequence to be trimmed is the first 13bp of the Illumina universal adapter 'AGATCGGAAGAGC' instead of the default auto-detection of adapter sequence.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
473 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
474 | *option --illumina*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
475
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
476 * **Nextera transposase**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
477
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
478 | Adapter sequence to be trimmed is the first 12bp of the Nextera adapter 'CTGTCTCTTATA' instead of the default auto-detection of adapter sequence.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
479 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
480 | *option --nextera*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
481
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
482 * **Illumina small RNA adapters**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
483
10
b4e39d993fc8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit bbef69cc08154b5c156c25f9ca43df0915803856
bgruening
parents: 9
diff changeset
484 | Adapter sequence to be trimmed is the first 12bp of the Illumina Small RNA 3' Adapter 'TGGAATTCTCGG' instead of the default auto-detection of adapter sequence. Selecting to trim smallRNA adapters will also lower the --length value to 18bp. If the smallRNA libraries are paired-end then -a2 will be set to the Illumina small RNA 5' adapter automatically ('GATCGTCGGACT') unless -a 2 had been defined explicitly.
9
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
485 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
486 | *option --small_rna*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
487
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
488 * **User defined adapter trimming**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
489
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
490 | Adapter sequence to be trimmed is the sequence entered by the user instead of the default auto-detection of adapter sequence.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
491 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
492 | *option -a*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
493
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
494 * **If Single-End Reads**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
495
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
496 * **Remove <int> bp from the 3' end**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
497
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
498 | <int> Instructs Trim Galore to remove <int> bp from the 3' end of read 1 (or single-end reads) AFTER adapter/quality trimming has been performed. This may remove some unwanted bias from the 3' end that is not directly related to adapter sequence or basecall quality. Default: OFF.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
499 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
500 | *option --three_prime_clip_R1*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
501
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
502 * **If Paired-End Reads**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
503
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
504 * **Trims 1 bp off every read from its 3' end**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
505
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
506 | This may be needed for FastQ files that are to be aligned as paired-end data with Bowtie. This is because Bowtie (1) regards alignments like this:
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
507 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
508 | R1 --------------------------->
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
509 | R2 <---------------------------
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
510 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
511 | or this:
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
512 |
9
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
513 | R1 ----------------------->
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
514 | R2 <-----------------
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
515 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
516 | as invalid (whenever a start/end coordinate is contained within the other read).
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
517 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
518 | *option --t*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
519
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
520 * **Remove <int> bp from the 3' end of read 1**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
521
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
522 | <int> Instructs Trim Galore to remove <int> bp from the 3' end of read 1 (or single-end reads) AFTER adapter/quality trimming has been performed. This may remove some unwanted bias from the 3' end that is not directly related to adapter sequence or basecall quality. Default: OFF.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
523 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
524 | *option --three_prime_clip_R1*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
525
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
526 * **Remove <int> bp from the 3' end of read 2**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
527
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
528 | <int> Instructs Trim Galore to remove <int> bp from the 3' end of read 2 AFTER adapter/quality trimming has been performed. This may remove some unwanted bias from the 3' end that is not directly related to adapter sequence or basecall quality. Default: OFF.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
529 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
530 | *option --three_prime_clip_R2*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
531
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
532 ----
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
533
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
534 **Advanced Settings**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
535
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
536 * **Trim low-quality ends from reads in addition to adapter removal**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
537
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
538 | For RRBS samples, quality trimming will be performed first, and adapter trimming is carried in a second round. Other files are quality and adapter trimmed in a single pass. The algorithm is the same as the one used by BWA (Subtract <INT> from all qualities; compute partial sums from all indices to the end of the sequence; cut sequence at the index at which the sum is minimal). Default Phred score: 20.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
539 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
540 | *option -q*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
541
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
542 * **Overlap with adapter sequence required to trim a sequence**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
543
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
544 | Defaults to a very stringent setting of '1', i.e. even a single bp of overlapping sequence will be trimmed of the 3' end of any read.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
545 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
546 | *option -s*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
547
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
548 * **Maximum allowed error rate**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
549
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
550 | (no. of errors divided by the length of the matching region) (default: 0.1).
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
551 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
552 | *option -e*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
553
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
554 * **Discard reads that became shorter than length <INT>**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
555
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
556 | because of either quality or adapter trimming. A value of '0' effectively disables this behaviour. Default: 20 bp.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
557 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
558 | For paired-end files, both reads of a read-pair need to be longer than <INT> bp to be printed out to validated paired-end files (see option --paired). If only one read became too short there is the possibility of keeping such unpaired single-end reads (see --retain_unpaired). Default pair-cutoff: 20 bp.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
559 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
560 | *option --length*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
561
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
562 * **Instructs Trim Galore! to remove INT bp from the 5' end of read 1**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
563
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
564 | Instructs Trim Galore to remove <INT> bp from the 5' end of read 1 (or single-end reads). This may be useful if the qualities were very poor, or if there is some sort of unwanted bias at the 5' end. Default: OFF.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
565 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
566 | *option --clip_R1*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
567
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
568 * **Instructs Trim Galore! to remove INT bp from the 5' end of read 2**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
569
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
570 | Instructs Trim Galore to remove <int> bp from the 5' end of read 2 (paired-end reads only). This may be useful if the qualities were very poor, or if there is some sort of unwanted bias at the 5' end. For paired-end BS-Seq, it is recommended to remove the first few bp because the end-repair reaction may introduce a bias towards low methylation. Please refer to the M-bias plot section in the Bismark User Guide for some examples. Default: OFF.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
571 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
572 | *option --clip_R2*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
573
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
574 * **Specify if you would like to retain unpaired reads**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
575
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
576 | If only one of the two paired-end reads became too short, the longer read will be written to either '.unpaired_1.fq' or '.unpaired_2.fq' output files. The length cutoff for unpaired single-end reads is governed by the parameters -r1/--length_1 and -r2/--length_2. Default: OFF.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
577 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
578 | *option --retained_unpaired*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
579
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
580 ----
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
581
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
582 **RRBS specific settings**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
583
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
584 * **Specifies that the input file was an MspI digested RRBS sample (recognition site: CCGG)**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
585
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
586 | Sequences which were adapter-trimmed will have a further 2 bp removed from their 3' end. This is to avoid that the filled-in C close to the second MspI site in a sequence is used for methylation calls. Sequences which were merely trimmed because of poor quality will not be shortened further.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
587 |
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
588 | *option -rrbs*
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
589
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
590 * **Screen quality-trimmed sequences for 'CAA' or 'CGA' at the start of the read and, if found, removes the first two basepairs**
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
591
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
592 | Selecting this option for non-directional RRBS libraries will screen quality-trimmed sequences for 'CAA' or 'CGA' at the start of the read and, if found, removes the first two basepairs. Like with the option '--rrbs' this avoids using cytosine positions that were filled-in during the end-repair step. '--non_directional' requires '--rrbs' to be specified as well.
1bfc7254232e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit f971832d2b34a182314e5201ea6895dd207c5923
bgruening
parents: 8
diff changeset
593 |
11
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
594 | *option --non_directional*
80cd83b11214 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 78bee2b2efd36fe9399ce574159fc007cb6bdfbf
bgruening
parents: 10
diff changeset
595 ]]></help>
6
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
596 <citations></citations>
11962ce40855 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/trim_galore commit 9198b904ef37fe46007256f1734c33de6d23331b-dirty
bgruening
parents:
diff changeset
597 </tool>