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