annotate segemehl.xml @ 10:ee6a5ec6963c draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 8f81e944ec7edd1777f0eb679b8a425e4f58b69e-dirty
author rnateam
date Thu, 07 Sep 2017 08:51:17 -0400
parents 90b8941e5115
children d82af79d5f27
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
1 <tool id="segemehl" name="segemehl" version="0.2.0.3">
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
2 <description>short read mapping with gaps</description>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
3 <requirements>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
4 <requirement type="package" version="0.2.0">segemehl</requirement>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
5 </requirements>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
6 <stdio>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
7 <regex match="Exit forced"
3
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
8 source="both"
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
9 level="fatal"
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
10 description="Execution halted." />
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
11 </stdio>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
12 <command>
9
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
13 <!--
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
14 ## check for single/pair-end
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
15 #if str( $library.type ) == "single":
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
16 #set $query_list = list()
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
17 ## prepare inputs
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
18 #for $fastq in $library.input_query:
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
19 $query_list.append('%s' % $fastq )
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
20 #end for
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
21 -q "#echo ' '.join( $query_list )#"
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
22 #else
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
23 ## prepare inputs
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
24 #set $mate1 = list()
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
25 #set $mate2 = list()
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
26 #for $mate_pair in $library.mate_list:
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
27 $mate1.append( str($mate_pair.first_strand_query) )
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
28 $mate2.append( str($mate_pair.second_strand_query) )
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
29 #end for
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
30
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
31 -q #echo ','.join($mate1)
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
32 -p #echo ','.join($mate2)
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
33
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
34 -I $library.maxinsertsize
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
35 #end if
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
36 -->
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
37 <![CDATA[
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
38 ## prepare segemehl index if no reference genome is supplied
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
39 #if $refGenomeSource.genomeSource == "history":
3
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
40 mkdir ./temp_index/ &&
6
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
41 #set $temp_index = './temp_index/temp.idx'
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
42 segemehl.x -x $temp_index -d $refGenomeSource.own_reference_genome &&
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
43 #else:
6
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
44 #set $temp_index = $refGenomeSource.index.fields.index_path
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
45 #end if
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
46
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
47 ## execute segemehl
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
48 segemehl.x
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
49
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
50 ## number of threads
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
51 -t "\${GALAXY_SLOTS:-12}"
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
52
3
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
53 #if $refGenomeSource.genomeSource == "history":
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
54 -d $refGenomeSource.own_reference_genome
3
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
55 #else:
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
56 -d ${refGenomeSource.index.fields.db_path}
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
57 #end if
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
58
6
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
59 -i $temp_index
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
60
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
61 ## check for single/pair-end
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
62 #if str( $library.type ) == "single":
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
63 ## prepare inputs
9
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
64 -q ${library.input_query}
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
65 #else
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
66 -q ${mate_pair.first_strand_query}
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
67 -p ${mate_pair.second_strand_query}
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
68
9
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
69 -I ${library.maxinsertsize}
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
70 #end if
6
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
71 -m $minsize
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
72 -A $accuracy
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
73 -H $hitstrategy
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
74 #if str( $prime5 ).strip():
3
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
75 -P "$prime5"
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
76 #end if
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
77 #if str( $prime3 ).strip():
3
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
78 -Q "$prime3"
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
79 #end if
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
80 $polyA
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
81 $autoclip
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
82 $hardclip
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
83 $order
3
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
84 #if $maxout:
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
85 --maxout $maxout
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
86 #end if
7
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
87 #if str( $splitreads.splits ) == "splits":
6
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
88 --splits
7
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
89 --minsplicecover $splitreads.minsplicecover
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
90 --minfragscore $splitreads.minfragscore
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
91 --minfraglen $splitreads.minfraglen
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
92 --splicescorescale $splitreads.splicescorescale
6
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
93 #end if
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
94 -M $maxinterval
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
95 -E $evalue
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
96 -D $differences
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
97 -s
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
98 -o '$segemehl_out'
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
99 ]]>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
100 </command>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
101 <inputs>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
102 <conditional name="refGenomeSource">
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
103 <param name="genomeSource" type="select" label="Will you select a reference genome from your history or use a built-in index?" help="Built-ins were indexed using default options">
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
104 <option value="indexed">Use a built-in index</option>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
105 <option value="history">Use one from the history</option>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
106 </param>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
107 <when value="indexed">
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
108 <param name="index" type="select" label="Select a reference genome" help="If your genome of interest is not listed, contact your Galaxy admin">
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
109 <options from_data_table="segemehl_indexes">
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
110 <column name="value" index="0"/>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
111 <column name="dbkey" index="1"/>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
112 <column name="name" index="2"/>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
113 <column name="db_path" index="3"/>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
114 <column name="index_path" index="4"/>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
115 <filter type="sort_by" column="2"/>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
116 <validator type="no_options" message="No indexes are available for the selected input dataset"/>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
117 </options>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
118 </param>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
119 </when> <!-- build-in -->
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
120 <when value="history">
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
121 <param name="own_reference_genome" type="data" format="fasta" label="Select the reference genome" />
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
122 </when> <!-- history -->
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
123 </conditional> <!-- refGenomeSource -->
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
124
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
125 <conditional name="library">
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
126 <param name="type" type="select" label="Is this library paired-end?">
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
127 <option value="single">Single-end</option>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
128 <option value="paired">Paired-end</option>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
129 </param>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
130 <when value="single">
9
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
131 <!-- <param name="input_query" type="data" multiple="True" format="fastqsanger,fastqillumina,fastq,fasta" label="Reads in FASTQ/FASTA files" /> -->
90b8941e5115 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 5d14c257183ec8dd0236bbbf63db4a890b9e954a
bgruening
parents: 7
diff changeset
132 <param name="input_query" type="data" format="fastqsanger,fastqillumina,fastq,fasta" label="Reads in FASTQ/FASTA files" />
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
133 </when>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
134 <when value="paired">
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
135 <!-- ToDo paired coolections -->
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
136 <repeat name="mate_list" title="Paired End Pairs" min="1">
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
137 <param name="first_strand_query" type="data" format="fastqsanger,fastqillumina,fastq,fasta" label="Reads from first strand" />
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
138 <param name="second_strand_query" type="data" format="fastqsanger,fastqillumina,fastq,fasta" label="Reads from second strand" />
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
139 </repeat>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
140 <param name="maxinsertsize" type="integer" value="5000" label="Maximum size of the inserts (paired end)" help="default: 5000 (-I)" />
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
141 </when>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
142 </conditional>
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
143
6
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
144 <conditional name="splitreads">
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
145 <param name="splits" type="select" label="Detect split/spliced reads" help="(--splits)">
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
146 <option value="nosplit">No splits</option>
7
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
147 <option value="splits">Split reads</option>
6
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
148 </param>
7
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
149 <when value="splits">
6
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
150 <param name="minsplicecover" type="integer" value="80" label="Min coverage for spliced transcripts" help="(--minsplicecover)" />
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
151 <param name="minfragscore" type="integer" value="18" label="Min coverage for spliced transcripts" help="(--minfragscore)" />
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
152 <param name="minfraglen" type="integer" value="20" label="Min length of a spliced fragment" help="(--minfraglen)" />
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
153 <param name="splicescorescale" type="float" value="1.0" label="Report spliced alignment with score greater than this scale times the score"
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
154 help="Report only if this value x score is larger than next best spliced alignment (--splicescorescale)" />
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
155 <param name="sevalue" type="float" min="0" value="50.000000" label="max split evalue" help="(--maxsplitevalue)"/>
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
156 </when>
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
157 <when value="nosplit">
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
158 </when>
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
159 </conditional>
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
160
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
161 <param name="minsize" type="integer" value="12" min="1" label="Minimum size of queries" help="(-m)" />
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
162 <param name="maxout" type="integer" min="0" value="0" optional="True"
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
163 label="Maximum number of alignments that will be reported" help="(--maxout)" />
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
164 <param name="accuracy" type="integer" value="85" min="1" max="100" label="Min percentage of matches per read in semi-global alignment" help="(-A)" />
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
165 <param name="hitstrategy" type="select" label="Hits to report?" help="(-H)">
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
166 <option value="1">report only best scoring hits</option>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
167 <option value="0">report all scoring hits</option>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
168 </param>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
169 <param name="prime5" type="text" label="add 5' adapter" help="default: none (-Q)" />
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
170 <param name="prime3" type="text" label="add 3' adapter" help="default: none (-P)"/>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
171 <param name="polyA" type="boolean" truevalue="--polyA" falsevalue="" checked="false" label="Clip polyA tail" help="(-T)"/>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
172 <param name="autoclip" type="boolean" truevalue="--autoclip" falsevalue="" checked="false" label="Autoclip unknown 3prime adapter" help="(-Y)"/>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
173 <param name="hardclip" type="boolean" truevalue="--hardclip" falsevalue="" checked="false" label="Enable hard clipping" help="(-C)"/>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
174 <param name="order" type="boolean" truevalue="--order" falsevalue="" checked="false" label="Sorts the output by chromsome and position" help="(-O)"/>
6
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
175 <param name="differences" type="integer" min="0" value="1" label="search seeds initially with n differences" help="(--differences)"/>
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
176 <param name="evalue" type="float" min="0" value="5.000000" label="max evalue" help="(--evalue)"/>
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
177 <param name="maxinterval" type="integer" min="1" value="100" label="maximum width of a suffix array interval, i.e. a query seed will be omitted if it matches more than n times" help="(--maxinterval)"/>
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
178 </inputs>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
179 <outputs>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
180 <data format="sam" name="segemehl_out" label="Read alignments on ${on_string}"/>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
181 </outputs>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
182 <tests>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
183 <test>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
184 <param name="genomeSource" value="history" />
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
185 <param name="own_reference_genome" value="chr1.fa" />
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
186 <param name="library" value="single" />
6
c6cef240817e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents: 5
diff changeset
187 <param name="input_query" value="test.fastq" />
7
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
188 <param name="splits" value="nosplit" />
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
189 <output name="segemehl_out" file="testmap.sam" lines_diff="2" />
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
190 </test>
7
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
191 <test>
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
192 <param name="genomeSource" value="history" />
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
193 <param name="own_reference_genome" value="chr1.fa" />
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
194 <param name="library" value="single" />
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
195 <param name="input_query" value="test.fastq" />
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
196 <param name="splits" value="splits" />
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
197 <param name="minsplicecover" value="40" />
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
198 <output name="segemehl_out" file="testmap2.sam" lines_diff="2" />
be1a3cc2cf45 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents: 6
diff changeset
199 </test>
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
200 </tests>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
201 <help>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
202 <![CDATA[
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
203
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
204 .. class:: infomark
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
205
3
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
206 **What it does**
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
207
1
468b59eae694 Uploaded
bgruening
parents: 0
diff changeset
208 Segemehl_ is a short read mapper with gaps.
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
209
3
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
210 Segemehl_ is a software to map short sequencer reads to reference genomes.
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
211 Unlike other methods, segemehl is able to detect not only mismatches but also insertions and deletions.
e1d38fef6dd5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents: 2
diff changeset
212 Furthermore, segemehl is not limited to a specific read length and is able to mapprimer- or polyadenylation contaminated reads correctly.
1
468b59eae694 Uploaded
bgruening
parents: 0
diff changeset
213 segemehl implements a matching strategy based on enhanced suffix arrays (ESA). Segemehl_ allows bisulfite sequencing mapping and split read mapping.
468b59eae694 Uploaded
bgruening
parents: 0
diff changeset
214
468b59eae694 Uploaded
bgruening
parents: 0
diff changeset
215 .. _Segemehl: http://www.bioinf.uni-leipzig.de/Software/segemehl/
468b59eae694 Uploaded
bgruening
parents: 0
diff changeset
216
468b59eae694 Uploaded
bgruening
parents: 0
diff changeset
217
5
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
218 ]]>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
219 </help>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
220 <citations>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
221 <citation type="doi">10.1371/journal.pcbi.1000502</citation>
9ffdddb42700 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents: 3
diff changeset
222 </citations>
0
94926c35b6f3 intial uploaded
rnateam
parents:
diff changeset
223 </tool>