annotate trimmomatic.xml.orig @ 5:069b6b601fad draft default tip

planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 779c2af9e413bd7098662231d07e6b857161f48d
author sanbi-uwc
date Mon, 23 Jan 2017 07:53:06 -0500
parents 642a39a927c9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
1 <<<<<<< HEAD
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
2 <tool id="trimmomatic" name="Trimmomatic" version="0.36.3">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
3 =======
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
4 <tool id="trimmomatic" name="Trimmomatic" version="0.36.1">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
5 >>>>>>> upstream/master
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
6 <description>flexible read trimming tool for Illumina NGS data</description>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
7 <macros>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
8 <import>trimmomatic_macros.xml</import>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
9 </macros>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
10 <requirements>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
11 <requirement type="package" version="0.36">trimmomatic</requirement>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
12 </requirements>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
13 <<<<<<< HEAD
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
14 <command detect_errors="aggressive"><![CDATA[
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
15 #if $readtype.single_or_paired == "pair_of_files"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
16 #set r1_ext = $readtype.fastq_r1_in.extension
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
17 #set r2_ext = $readtype.fastq_r2_in.extension
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
18 ln -s '$readtype.fastq_r1_in' fastq_r1.'$r1_ext' &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
19 ln -s '$readtype.fastq_r2_in' fastq_r2.'$r2_ext' &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
20 #elif $readtype.single_or_paired == "collection"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
21 #set r1_ext = $readtype.fastq_pair.forward.extension
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
22 #set r2_ext = $readtype.fastq_pair.reverse.extension
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
23 ln -s '$readtype.fastq_pair.forward' fastq_r1.'$r1_ext' &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
24 ln -s '$readtype.fastq_pair.reverse' fastq_r2.'$r2_ext' &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
25 #else
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
26 ln -s '$fastq_in' fastq_in.'$fastq_in.extension' &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
27 #end if
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
28 bash '${__tool_directory__}/trimmomatic.sh'
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
29 #if $readtype.single_or_paired in ["pair_of_files","collection"]
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
30 =======
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
31 <stdio>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
32 <exit_code range="1:" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
33 </stdio>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
34 <command><![CDATA[
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
35 @CONDA_TRIMMOMATIC_JAR_PATH@ &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
36 @CONDA_TRIMMOMATIC_ADAPTERS_PATH@ &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
37 java -mx8G -jar \$TRIMMOMATIC_JAR_PATH/trimmomatic.jar
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
38 #if $paired_end.is_paired_end
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
39 >>>>>>> upstream/master
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
40 PE -threads \${GALAXY_SLOTS:-6} -phred33
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
41 fastq_r1.'$r1_ext' fastq_r2.'$r2_ext'
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
42 fastq_out_r1_paired.'$r1_ext' fastq_out_r1_unpaired.'$r1_ext'
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
43 fastq_out_r2_paired.'$r2_ext' fastq_out_r2_unpaired.'$r2_ext'
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
44 #else
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
45 SE -threads \${GALAXY_SLOTS:-6} -phred33 fastq_in.'$fastq_in.extension' fastq_out.'$fastq_in.extension'
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
46 #end if
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
47 ## ILLUMINACLIP option
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
48 #if $illuminaclip.do_illuminaclip
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
49 ILLUMINACLIP:\$TRIMMOMATIC_ADAPTERS_PATH/$illuminaclip.adapter_fasta:$illuminaclip.seed_mismatches:$illuminaclip.palindrome_clip_threshold:$illuminaclip.simple_clip_threshold
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
50 #end if
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
51 ## Other operations
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
52 #for $op in $operations
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
53 ## SLIDINGWINDOW
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
54 #if str( $op.operation.name ) == "SLIDINGWINDOW"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
55 SLIDINGWINDOW:$op.operation.window_size:$op.operation.required_quality
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
56 #end if
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
57 ## MINLEN:36
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
58 #if str( $op.operation.name ) == "MINLEN"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
59 MINLEN:$op.operation.minlen
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
60 #end if
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
61 #if str( $op.operation.name ) == "LEADING"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
62 LEADING:$op.operation.leading
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
63 #end if
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
64 #if str( $op.operation.name ) == "TRAILING"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
65 TRAILING:$op.operation.trailing
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
66 #end if
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
67 #if str( $op.operation.name ) == "CROP"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
68 CROP:$op.operation.crop
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
69 #end if
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
70 #if str( $op.operation.name ) == "HEADCROP"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
71 HEADCROP:$op.operation.headcrop
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
72 #end if
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
73 #if str( $op.operation.name ) == "AVGQUAL"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
74 AVGQUAL:$op.operation.avgqual
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
75 #end if
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
76 #if str( $op.operation.name ) == "MAXINFO"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
77 MAXINFO:$op.operation.target_length:$op.operation.strictness
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
78 #end if
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
79 #end for
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
80 <<<<<<< HEAD
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
81 &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
82 #if $readtype.single_or_paired == "pair_of_files"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
83 mv fastq_out_r1_paired.'$r1_ext' '${fastq_out_r1_paired}' &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
84 mv fastq_out_r1_unpaired.'$r1_ext' '${fastq_out_r1_unpaired}' &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
85 mv fastq_out_r2_paired.'$r2_ext' '${fastq_out_r2_paired}' &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
86 mv fastq_out_r2_unpaired.'$r2_ext' '${fastq_out_r2_unpaired}'
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
87 #elif $readtype.single_or_paired == "collection"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
88 mv fastq_out_r1_paired.'$r1_ext' '${fastq_out_paired.forward}' &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
89 mv fastq_out_r1_unpaired.'$r1_ext' '${fastq_out_unpaired.forward}' &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
90 mv fastq_out_r2_paired.'$r2_ext' '${fastq_out_paired.reverse}' &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
91 mv fastq_out_r2_unpaired.'$r2_ext' '${fastq_out_unpaired.reverse}'
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
92 #else
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
93 mv fastq_out.'$fastq_in.extension' '${fastq_out}'
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
94 #end if
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
95 =======
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
96 2>&1 | tee trimmomatic.log &&
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
97 if [ -z "\$(tail -1 trimmomatic.log | grep "Completed successfully")" ]; then echo "Trimmomatic did not finish successfully" >&2 ; exit 1 ; fi
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
98 >>>>>>> upstream/master
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
99 ]]></command>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
100 <inputs>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
101 <conditional name="readtype">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
102 <param name="single_or_paired" type="select" label="Single-end or paired-end reads?">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
103 <option value="se" selected="true">Single-end</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
104 <option value="pair_of_files">Paired-end (two separate input files)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
105 <option value="collection">Paired-end (as collection)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
106 </param>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
107 <when value="se">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
108 <param name="fastq_in" type="data" format="fastqsanger,fastqsanger.gz" label="Input FASTQ file" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
109 </when>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
110 <when value="pair_of_files">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
111 <param name="fastq_r1_in" type="data" format="fastqsanger,fastqsanger.gz"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
112 label="Input FASTQ file (R1/first of pair)" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
113 <param name="fastq_r2_in" type="data" format="fastqsanger,fastqgsanger.gz"
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
114 label="Input FASTQ file (R2/second of pair)" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
115 </when>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
116 <when value="collection">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
117 <param name="fastq_pair" format="fastqsanger,fastqsanger.gz" type="data_collection" collection_type="paired" label="Select FASTQ dataset collection with R1/R2 pair" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
118 </when>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
119 </conditional>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
120 <conditional name="illuminaclip">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
121 <param name="do_illuminaclip" type="boolean" label="Perform initial ILLUMINACLIP step?" help="Cut adapter and other illumina-specific sequences from the read" truevalue="yes" falsevalue="no" checked="False" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
122 <when value="yes">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
123 <param name="adapter_fasta" type="select" label="Adapter sequences to use">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
124 <option value="TruSeq2-SE.fa">TruSeq2 (single-ended, for Illumina GAII)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
125 <option value="TruSeq3-SE.fa">TruSeq3 (single-ended, for MiSeq and HiSeq)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
126 <option value="TruSeq2-PE.fa">TruSeq2 (paired-ended, for Illumina GAII)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
127 <option value="TruSeq3-PE.fa">TruSeq3 (paired-ended, for MiSeq and HiSeq)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
128 <option value="TruSeq3-PE-2.fa">TruSeq3 (additional seqs) (paired-ended, for MiSeq and HiSeq)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
129 <option value="NexteraPE-PE.fa">Nextera (paired-ended)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
130 </param>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
131 <param name="seed_mismatches" type="integer" label="Maximum mismatch count which will still allow a full match to be performed" value="2" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
132 <param name="palindrome_clip_threshold" type="integer" label="How accurate the match between the two 'adapter ligated' reads must be for PE palindrome read alignment" value="30" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
133 <param name="simple_clip_threshold" type="integer" label="How accurate the match between any adapter etc. sequence must be against a read" value="10" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
134 </when>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
135 <when value="no" /> <!-- empty clause to satisfy planemo lint -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
136 </conditional>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
137 <repeat name="operations" title="Trimmomatic Operation" min="1">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
138 <conditional name="operation">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
139 <param name="name" type="select" label="Select Trimmomatic operation to perform">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
140 <option selected="true" value="SLIDINGWINDOW">Sliding window trimming (SLIDINGWINDOW)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
141 <option value="MINLEN">Drop reads below a specified length (MINLEN)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
142 <option value="LEADING">Cut bases off the start of a read, if below a threshold quality (LEADING)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
143 <option value="TRAILING">Cut bases off the end of a read, if below a threshold quality (TRAILING)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
144 <option value="CROP">Cut the read to a specified length (CROP)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
145 <option value="HEADCROP">Cut the specified number of bases from the start of the read (HEADCROP)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
146 <option value="AVGQUAL">Drop reads with average quality lower than a specified level (AVGQUAL)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
147 <option value="MAXINFO">Trim reads adaptively, balancing read length and error rate to maximise the value of each read (MAXINFO)</option>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
148 </param>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
149 <when value="SLIDINGWINDOW">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
150 <param name="window_size" type="integer" label="Number of bases to average across" value="4" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
151 <param name="required_quality" type="integer" label="Average quality required" value="20" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
152 </when>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
153 <when value="MINLEN">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
154 <param name="minlen" type="integer" label="Minimum length of reads to be kept" value="20" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
155 </when>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
156 <when value="LEADING">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
157 <param name="leading" type="integer" label="Minimum quality required to keep a base" value="3" help="Bases at the start of the read with quality below the threshold will be removed" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
158 </when>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
159 <when value="TRAILING">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
160 <param name="trailing" type="integer" label="Minimum quality required to keep a base" value="3" help="Bases at the end of the read with quality below the threshold will be removed" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
161 </when>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
162 <when value="CROP">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
163 <param name="crop" type="integer" label="Number of bases to keep from the start of the read" value="" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
164 </when>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
165 <when value="HEADCROP">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
166 <param name="headcrop" type="integer" label="Number of bases to remove from the start of the read" value="" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
167 </when>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
168 <when value="AVGQUAL">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
169 <param name="avgqual" type="integer" label="Minimum average quality required to keep a read" value="" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
170 </when>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
171 <when value="MAXINFO">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
172 <param name="target_length" type="integer" label="Target read length" value="" help="The read length which is likely to allow the location of the read within the target sequence to be determined." />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
173 <param name="strictness" type="float" label="Strictness" value="" help="Set between zero and one - specifies the balance between preserving read length versus removal of incorrect bases; low values (&lt;0.2) favours longer reads, high values (&gt;0.8) favours read correctness." />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
174 </when>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
175 </conditional>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
176 </repeat>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
177 </inputs>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
178 <outputs>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
179 <data name="fastq_out_r1_paired" label="${tool.name} on ${readtype.fastq_r1_in.name} (R1 paired)" format_source="fastq_r1_in">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
180 <filter>readtype['single_or_paired'] == "pair_of_files"</filter>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
181 </data>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
182 <data name="fastq_out_r2_paired" label="${tool.name} on ${readtype.fastq_r2_in.name} (R2 paired)" format_source="fastq_r2_in">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
183 <filter>readtype['single_or_paired'] == "pair_of_files"</filter>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
184 </data>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
185 <data name="fastq_out_r1_unpaired" label="${tool.name} on ${readtype.fastq_r1_in.name} (R1 unpaired)" format_source="fastq_r1_in">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
186 <filter>readtype['single_or_paired'] == "pair_of_files"</filter>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
187 </data>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
188 <data name="fastq_out_r2_unpaired" label="${tool.name} on ${readtype.fastq_r2_in.name} (R2 unpaired)" format_source="fastq_r2_in">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
189 <filter>readtype['single_or_paired'] == "pair_of_files"</filter>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
190 </data>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
191 <data name="fastq_out" label="${tool.name} on ${readtype.fastq_in.name}" format_source="fastq_in">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
192 <filter>readtype['single_or_paired'] == 'se'</filter>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
193 </data>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
194 <collection name="fastq_out_paired" type="paired" label="${tool.name} on ${readtype.fastq_pair.name}: paired">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
195 <filter>readtype['single_or_paired'] == "collection"</filter>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
196 <data name="forward" label="${tool.name} on ${readtype.fastq_pair.forward.name} (R1 paired)" format_source="fastq_pair['forward']"/>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
197 <data name="reverse" label="${tool.name} on ${readtype.fastq_pair.reverse.name} (R2 paired)" format_source="fastq_pair['reverse']"/>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
198 </collection>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
199 <collection name="fastq_out_unpaired" type="paired" label="${tool.name} on ${readtype.fastq_pair.name}: unpaired">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
200 <filter>readtype['single_or_paired'] == "collection"</filter>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
201 <data name="forward" label="${tool.name} on ${readtype.fastq_pair.forward.name} (R1 unpaired)" format_source="fastq_pair['forward']"/>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
202 <data name="reverse" label="${tool.name} on ${readtype.fastq_pair.reverse.name} (R2 unpaired)" format_source="fastq_pair['reverse']"/>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
203 </collection>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
204
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
205 </outputs>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
206 <tests>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
207 <test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
208 <!-- Single-end example -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
209 <param name="single_or_paired" value="se" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
210 <param name="fastq_in" value="Illumina_SG_R1.fastq" ftype="fastqsanger" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
211 <param name="operations_0|operation|name" value="SLIDINGWINDOW" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
212 <!--
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
213 **NB** outputs have to be specified in order that they appear in the
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
214 tool (which is the order they will be written to the history) - the
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
215 test framework seems to use the order and ignores the "name" attribute
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
216 -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
217 <output name="fastq_out" file="trimmomatic_se_out1.fastq" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
218 </test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
219 <test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
220 <!-- Single-end example - gzipped -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
221 <param name="single_or_paired" value="se" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
222 <param name="fastq_in" value="Illumina_SG_R1.fastq.gz" ftype="fastqsanger.gz" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
223 <param name="operations_0|operation|name" value="SLIDINGWINDOW" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
224 <!--
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
225 **NB** outputs have to be specified in order that they appear in the
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
226 tool (which is the order they will be written to the history) - the
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
227 test framework seems to use the order and ignores the "name" attribute
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
228 -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
229 <output name="fastq_out" file="trimmomatic_se_out1.fastq.gz" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
230 </test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
231 <test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
232 <!-- Paired-end example - gzipped -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
233 <param name="single_or_paired" value="pair_of_files" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
234 <param name="fastq_r1_in" value="Illumina_SG_R1.fastq.gz" ftype="fastqsanger.gz" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
235 <param name="fastq_r2_in" value="Illumina_SG_R2.fastq.gz" ftype="fastqsanger.gz" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
236 <param name="operations_0|operation|name" value="SLIDINGWINDOW" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
237 <!--
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
238 **NB** outputs have to be specified in order that they appear in the
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
239 tool (which is the order they will be written to the history) - the
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
240 test framework seems to use the order and ignores the "name" attribute
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
241 -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
242 <output name="fastq_out_r1_paired" file="trimmomatic_pe_r1_paired_out1.fastq.gz" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
243 <output name="fastq_out_r1_unpaired" file="trimmomatic_pe_r1_unpaired_out1.fastq.gz" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
244 <output name="fastq_out_r2_paired" file="trimmomatic_pe_r2_paired_out1.fastq.gz" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
245 <output name="fastq_out_r2_unpaired" file="trimmomatic_pe_r2_unpaired_out1.fastq.gz" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
246 </test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
247 <test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
248 <!-- Paired-end example -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
249 <param name="single_or_paired" value="pair_of_files" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
250 <param name="fastq_r1_in" value="Illumina_SG_R1.fastq" ftype="fastqsanger" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
251 <param name="fastq_r2_in" value="Illumina_SG_R2.fastq" ftype="fastqsanger" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
252 <param name="operations_0|operation|name" value="SLIDINGWINDOW" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
253 <!--
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
254 **NB** outputs have to be specified in order that they appear in the
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
255 tool (which is the order they will be written to the history) - the
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
256 test framework seems to use the order and ignores the "name" attribute
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
257 -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
258 <output name="fastq_out_r1_paired" file="trimmomatic_pe_r1_paired_out1.fastq" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
259 <output name="fastq_out_r1_unpaired" file="trimmomatic_pe_r1_unpaired_out1.fastq" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
260 <output name="fastq_out_r2_paired" file="trimmomatic_pe_r2_paired_out1.fastq" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
261 <output name="fastq_out_r2_unpaired" file="trimmomatic_pe_r2_unpaired_out1.fastq" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
262 </test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
263 <test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
264 <!-- Single-end example (cropping) -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
265 <param name="single_or_paired" value="se" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
266 <param name="fastq_in" value="Illumina_SG_R1.fastq" ftype="fastqsanger" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
267 <param name="operations_0|operation|name" value="CROP" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
268 <param name="operations_0|operation|crop" value="10" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
269 <!--
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
270 **NB** outputs have to be specified in order that they appear in the
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
271 tool (which is the order they will be written to the history) - the
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
272 test framework seems to use the order and ignores the "name" attribute
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
273 -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
274 <output name="fastq_out" file="trimmomatic_se_out2.fastq" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
275 </test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
276 <test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
277 <!-- Paired-end with dataset collection -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
278 <param name="single_or_paired" value="collection" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
279 <param name="fastq_pair">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
280 <collection type="paired">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
281 <element name="forward" value="Illumina_SG_R1.fastq" ftype="fastqsanger" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
282 <element name="reverse" value="Illumina_SG_R2.fastq" ftype="fastqsanger"/>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
283 </collection>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
284 </param>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
285 <param name="operations_0|operation|name" value="SLIDINGWINDOW" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
286 <output_collection name="fastq_out_paired" type="paired">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
287 <element name="forward" file="trimmomatic_pe_r1_paired_out1.fastq" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
288 <element name="reverse" file="trimmomatic_pe_r2_paired_out1.fastq" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
289 </output_collection>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
290 <output_collection name="fastq_out_unpaired" type="paired">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
291 <element name="forward" file="trimmomatic_pe_r1_unpaired_out1.fastq" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
292 <element name="reverse" file="trimmomatic_pe_r2_unpaired_out1.fastq" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
293 </output_collection>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
294 </test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
295 <test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
296 <!-- Paired-end with dataset collection - gzipped -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
297 <param name="single_or_paired" value="collection" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
298 <param name="fastq_pair">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
299 <collection type="paired">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
300 <element name="forward" value="Illumina_SG_R1.fastq.gz" ftype="fastqsanger.gz" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
301 <element name="reverse" value="Illumina_SG_R2.fastq.gz" ftype="fastqsanger.gz"/>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
302 </collection>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
303 </param>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
304 <param name="operations_0|operation|name" value="SLIDINGWINDOW" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
305 <output_collection name="fastq_out_paired" type="paired">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
306 <element name="forward" file="trimmomatic_pe_r1_paired_out1.fastq.gz" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
307 <element name="reverse" file="trimmomatic_pe_r2_paired_out1.fastq.gz" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
308 </output_collection>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
309 <output_collection name="fastq_out_unpaired" type="paired">
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
310 <element name="forward" file="trimmomatic_pe_r1_unpaired_out1.fastq.gz" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
311 <element name="reverse" file="trimmomatic_pe_r2_unpaired_out1.fastq.gz" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
312 </output_collection>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
313 </test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
314 <test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
315 <!-- Single-end using AVGQUAL -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
316 <param name="single_or_paired" value="se" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
317 <param name="fastq_in" value="Illumina_SG_R1.fastq" ftype="fastqsanger" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
318 <param name="operations_0|operation|name" value="AVGQUAL" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
319 <param name="operations_0|operation|avgqual" value="30" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
320 <output name="fastq_out" file="trimmomatic_avgqual.fastq" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
321 </test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
322 <test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
323 <!-- Single-end using MAXINFO -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
324 <param name="single_or_paired" value="se" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
325 <param name="fastq_in" value="Illumina_SG_R1.fastq" ftype="fastqsanger" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
326 <param name="operations_0|operation|name" value="MAXINFO" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
327 <param name="operations_0|operation|target_length" value="75" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
328 <param name="operations_0|operation|strictness" value="0.8" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
329 <output name="fastq_out" file="trimmomatic_maxinfo.fastq" />
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
330 </test>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
331 </tests>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
332 <help><![CDATA[
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
333 .. class:: infomark
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
334
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
335 **What it does**
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
336
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
337 Trimmomatic performs a variety of useful trimming tasks for illumina paired-end and
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
338 single ended data.
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
339
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
340 This tool allows the following trimming steps to be performed:
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
341
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
342 * **ILLUMINACLIP:** Cut adapter and other illumina-specific sequences from the read
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
343 * **SLIDINGWINDOW:** Perform a sliding window trimming, cutting once the average
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
344 quality within the window falls below a threshold
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
345 * **MINLEN:** Drop the read if it is below a specified length
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
346 * **LEADING:** Cut bases off the start of a read, if below a threshold quality
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
347 * **TRAILING:** Cut bases off the end of a read, if below a threshold quality
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
348 * **CROP:** Cut the read to a specified length
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
349 * **HEADCROP:** Cut the specified number of bases from the start of the read
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
350 * **AVGQUAL:** Drop the read if the average quality is below a specified value
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
351 * **MAXINFO:** Trim reads adaptively, balancing read length and error rate to
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
352 maximise the value of each read
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
353
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
354 If ILLUMINACLIP is requested then it is always performed first; subsequent options
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
355 can be mixed and matched and will be performed in the order that they have been
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
356 specified.
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
357
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
358 .. class:: warningmark
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
359
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
360 Note that trimming operation order is important.
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
361
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
362 -------------
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
363
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
364 .. class:: infomark
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
365
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
366 **Inputs**
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
367
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
368 For single-end data this Trimmomatic tool accepts a single FASTQ file; for
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
369 paired-end data it will accept either two FASTQ files (R1 and R2), or a
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
370 dataset collection containing the R1/R2 FASTQ pair.
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
371
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
372 .. class:: infomark
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
373
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
374 **Outputs**
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
375
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
376 For paired-end data a particular strength of Trimmomatic is that it retains the
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
377 pairing of reads (from R1 and R2) in the filtered output files:
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
378
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
379 * Two FASTQ files (R1-paired and R2-paired) contain one read from each pair where
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
380 both have survived filtering.
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
381 * Additionally two FASTQ files (R1-unpaired and R2-unpaired) contain reads where
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
382 one of the pair failed the filtering steps.
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
383
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
384 .. class:: warningmark
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
385
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
386 If the input consists of a dataset collection with the R1/R2 FASTQ pair then
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
387 the outputs will also inclue two dataset collections: one for the 'paired'
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
388 outputs and one for the 'unpaired' (as described above)
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
389
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
390 Retaining the same order and number of reads in the filtered output fastq files is
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
391 essential for many downstream analysis tools.
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
392
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
393 For single-end data the output is a single FASTQ file containing just the filtered
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
394 reads.
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
395
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
396 -------------
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
397
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
398 .. class:: infomark
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
399
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
400 **Credits**
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
401
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
402 This Galaxy tool has been developed within the Bioinformatics Core Facility at the
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
403 University of Manchester. It runs the Trimmomatic program which has been developed
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
404 within Bjorn Usadel's group at RWTH Aachen university.
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
405
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
406 Trimmomatic website (including documentation):
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
407
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
408 * http://www.usadellab.org/cms/index.php?page=trimmomatic
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
409
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
410 The reference for Trimmomatic is:
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
411
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
412 * Bolger, A.M., Lohse, M., &amp; Usadel, B. (2014). Trimmomatic: A flexible trimmer
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
413 for Illumina Sequence Data. Bioinformatics, btu170.
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
414
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
415 Please kindly acknowledge both this Galaxy tool and the Trimmomatic program if you
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
416 use it.
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
417 ]]></help>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
418 <citations>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
419 <!--
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
420 See https://wiki.galaxyproject.org/Admin/Tools/ToolConfigSyntax#A.3Ccitations.3E_tag_set
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
421 Can be either DOI or Bibtex
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
422 Use http://www.bioinformatics.org/texmed/ to convert PubMed to Bibtex
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
423 -->
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
424 <citation type="doi">10.1093/bioinformatics/btu170</citation>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
425 </citations>
642a39a927c9 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit b30cac62484ba664a19a02a6817752f4f2b140bf
sanbi-uwc
parents:
diff changeset
426 </tool>