Mercurial > repos > rnateam > segemehl
annotate segemehl.xml @ 7:be1a3cc2cf45 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
author | bgruening |
---|---|
date | Wed, 26 Jul 2017 15:25:28 -0400 |
parents | c6cef240817e |
children | 90b8941e5115 |
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> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
13 <![CDATA[ |
0 | 14 ## prepare segemehl index if no reference genome is supplied |
15 #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
|
16 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
|
17 #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
|
18 segemehl.x -x $temp_index -d $refGenomeSource.own_reference_genome && |
0 | 19 #else: |
6
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
20 #set $temp_index = $refGenomeSource.index.fields.index_path |
0 | 21 #end if |
5
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
22 |
0 | 23 ## execute segemehl |
5
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
24 segemehl.x |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
25 |
0 | 26 ## 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
|
27 -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
|
28 |
3
e1d38fef6dd5
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents:
2
diff
changeset
|
29 #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
|
30 -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
|
31 #else: |
e1d38fef6dd5
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents:
2
diff
changeset
|
32 -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
|
33 #end if |
5
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
34 |
6
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
35 -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
|
36 |
0 | 37 ## check for single/pair-end |
38 #if str( $library.type ) == "single": | |
6
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
39 #set $query_list = list() |
5
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
40 ## prepare inputs |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
41 #for $fastq in $library.input_query: |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
42 $query_list.append('%s' % $fastq ) |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
43 #end for |
6
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
44 -q "#echo ' '.join( $query_list )#" |
0 | 45 #else |
6
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
46 ## prepare inputs |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
47 #set $mate1 = list() |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
48 #set $mate2 = list() |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
49 #for $mate_pair in $library.mate_list: |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
50 $mate1.append( str($mate_pair.first_strand_query) ) |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
51 $mate2.append( str($mate_pair.second_strand_query) ) |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
52 #end for |
5
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
53 |
0 | 54 -q #echo ','.join($mate1) |
55 -p #echo ','.join($mate2) | |
5
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
56 |
0 | 57 -I $library.maxinsertsize |
58 #end if | |
6
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
59 -m $minsize |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
60 -A $accuracy |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
61 -H $hitstrategy |
0 | 62 #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
|
63 -P "$prime5" |
0 | 64 #end if |
65 #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
|
66 -Q "$prime3" |
0 | 67 #end if |
5
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
68 $polyA |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
69 $autoclip |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
70 $hardclip |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
71 $order |
3
e1d38fef6dd5
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents:
2
diff
changeset
|
72 #if $maxout: |
e1d38fef6dd5
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents:
2
diff
changeset
|
73 --maxout $maxout |
e1d38fef6dd5
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents:
2
diff
changeset
|
74 #end if |
7
be1a3cc2cf45
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents:
6
diff
changeset
|
75 #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
|
76 --splits |
7
be1a3cc2cf45
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents:
6
diff
changeset
|
77 --minsplicecover $splitreads.minsplicecover |
be1a3cc2cf45
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents:
6
diff
changeset
|
78 --minfragscore $splitreads.minfragscore |
be1a3cc2cf45
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents:
6
diff
changeset
|
79 --minfraglen $splitreads.minfraglen |
be1a3cc2cf45
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents:
6
diff
changeset
|
80 --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
|
81 #end if |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
82 -M $maxinterval |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
83 -E $evalue |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
84 -D $differences |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
85 -s |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
86 -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
|
87 ]]> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
88 </command> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
89 <inputs> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
90 <conditional name="refGenomeSource"> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
91 <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
|
92 <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
|
93 <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
|
94 </param> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
95 <when value="indexed"> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
96 <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
|
97 <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
|
98 <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
|
99 <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
|
100 <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
|
101 <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
|
102 <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
|
103 <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
|
104 <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
|
105 </options> |
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> <!-- build-in --> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
108 <when value="history"> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
109 <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
|
110 </when> <!-- history --> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
111 </conditional> <!-- refGenomeSource --> |
0 | 112 |
5
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
113 <conditional name="library"> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
114 <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
|
115 <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
|
116 <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
|
117 </param> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
118 <when value="single"> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
119 <param name="input_query" type="data" multiple="True" format="fastqsanger,fastqillumina,fastq,fasta" label="Reads in FASTQ/FASTA files" /> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
120 </when> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
121 <when value="paired"> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
122 <!-- ToDo paired coolections --> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
123 <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
|
124 <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
|
125 <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
|
126 </repeat> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
127 <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
|
128 </when> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
129 </conditional> |
0 | 130 |
6
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
131 <conditional name="splitreads"> |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
132 <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
|
133 <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
|
134 <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
|
135 </param> |
7
be1a3cc2cf45
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents:
6
diff
changeset
|
136 <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
|
137 <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
|
138 <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
|
139 <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
|
140 <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
|
141 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
|
142 <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
|
143 </when> |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
144 <when value="nosplit"> |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
145 </when> |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
146 </conditional> |
c6cef240817e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 7956a517bb57425e53822bcf2ea0b2c9a54d06e3
bgruening
parents:
5
diff
changeset
|
147 |
5
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
148 <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
|
149 <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
|
150 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
|
151 <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
|
152 <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
|
153 <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
|
154 <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
|
155 </param> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
156 <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
|
157 <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
|
158 <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
|
159 <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
|
160 <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
|
161 <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
|
162 <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
|
163 <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
|
164 <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
|
165 </inputs> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
166 <outputs> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
167 <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
|
168 </outputs> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
169 <tests> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
170 <test> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
171 <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
|
172 <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
|
173 <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
|
174 <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
|
175 <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
|
176 <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
|
177 </test> |
7
be1a3cc2cf45
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents:
6
diff
changeset
|
178 <test> |
be1a3cc2cf45
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit b193689f9f30ce65a77be2d2c00929e3335a7d82
bgruening
parents:
6
diff
changeset
|
179 <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
|
180 <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
|
181 <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
|
182 <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
|
183 <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
|
184 <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
|
185 <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
|
186 </test> |
5
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
187 </tests> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
188 <help> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
189 <![CDATA[ |
0 | 190 |
191 .. class:: infomark | |
192 | |
3
e1d38fef6dd5
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents:
2
diff
changeset
|
193 **What it does** |
0 | 194 |
1 | 195 Segemehl_ is a short read mapper with gaps. |
0 | 196 |
3
e1d38fef6dd5
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 21aaee40723b5341b4236edeb0e72995c2054053
bgruening
parents:
2
diff
changeset
|
197 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
|
198 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
|
199 Furthermore, segemehl is not limited to a specific read length and is able to mapprimer- or polyadenylation contaminated reads correctly. |
1 | 200 segemehl implements a matching strategy based on enhanced suffix arrays (ESA). Segemehl_ allows bisulfite sequencing mapping and split read mapping. |
201 | |
202 .. _Segemehl: http://www.bioinf.uni-leipzig.de/Software/segemehl/ | |
203 | |
204 | |
5
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
205 ]]> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
206 </help> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
207 <citations> |
9ffdddb42700
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/segemehl commit 2e93c960ffa75613f0e8621a7e8e40dfeb81703c
bgruening
parents:
3
diff
changeset
|
208 <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
|
209 </citations> |
0 | 210 </tool> |