Mercurial > repos > iuc > last
annotate lastal.xml @ 4:8705e0d74a0f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
author | iuc |
---|---|
date | Wed, 24 Mar 2021 22:36:50 +0000 |
parents | bf30030e5265 |
children | 19c265784f35 |
rev | line source |
---|---|
4
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
1 <tool id="last_al" name="LASTal" version="@LAST_CONDA_VERSION@+galaxy0" profile="20.01"> |
0
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
2 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
3 <description>finds local alignments between query sequences, and reference sequences.</description> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
4 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
5 <macros> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
6 <import>macros_last.xml</import> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
7 </macros> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
8 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
9 <requirements> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
10 <requirement type="package" version="@LAST_CONDA_VERSION@">last</requirement> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
11 </requirements> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
12 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
13 <command detect_errors="exit_code"><![CDATA[ |
4
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
14 set -e -o pipefail; |
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
15 |
0
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
16 #if $db_opts.db_opts_input == 'lastdb' |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
17 ln -s '$db_opts.lastdatabase.extra_files_path' './db_files' && |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
18 #end if |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
19 |
4
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
20 #if $query_seq.ext.endswith('.gz') |
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
21 zcat |
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
22 #else |
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
23 cat |
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
24 #end if |
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
25 '$query_seq' | lastal |
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
26 |
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
27 #if $query_seq.ext.startswith('fasta') |
2
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
28 -Q 0 |
4
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
29 #else if $query_seq.ext.startswith('fastqsanger') |
2
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
30 -Q 1 |
4
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
31 #else if $query_seq.ext.startswith('fastqsolexa') |
2
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
32 -Q 2 |
4
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
33 #else if $query_seq.ext.startswith('fastqillumina') |
2
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
34 -Q 3 |
4
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
35 #else if $query_seq.ext.startswith('pssm') |
2
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
36 -Q 5 |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
37 #end if |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
38 |
0
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
39 -f $lastal.f |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
40 -j $lastal.j |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
41 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
42 -R $lastal.repeats_misc.uppercase_misc$lastal.repeats_misc.simple_repeat_misc |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
43 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
44 #if $lastal.isprotein.schoring_schemes.score_matrix != 'scoreFile' |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
45 -p $lastal.isprotein.schoring_schemes.score_matrix |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
46 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
47 -X $lastal.isprotein.schoring_schemes.score_opt.X |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
48 -x $lastal.isprotein.schoring_schemes.score_opt.x |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
49 -y $lastal.isprotein.schoring_schemes.score_opt.y |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
50 -z $lastal.isprotein.schoring_schemes.score_opt.z |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
51 -d $lastal.isprotein.schoring_schemes.score_opt.d |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
52 -e $lastal.isprotein.schoring_schemes.score_opt.e |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
53 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
54 -a $lastal.isprotein.schoring_schemes.cost_opt.a |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
55 -b $lastal.isprotein.schoring_schemes.cost_opt.b |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
56 -A $lastal.isprotein.schoring_schemes.cost_opt.A |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
57 -B $lastal.isprotein.schoring_schemes.cost_opt.B |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
58 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
59 -s $lastal.isprotein.s |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
60 #else if $lastal.isprotein.schoring_schemes.score_matrix == 'scoreFile' |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
61 -p $lastal.isprotein.schoring_schemes.scoreMatrixFile |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
62 #end if |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
63 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
64 -D $lastal.evalue_opt.D |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
65 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
66 -m $lastal.init_match_opt.m |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
67 -l $lastal.init_match_opt.l |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
68 -L $lastal.init_match_opt.L |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
69 -k $lastal.init_match_opt.k |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
70 -W $lastal.init_match_opt.W |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
71 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
72 -S $lastal.misc_opt.S |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
73 -K $lastal.misc_opt.K |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
74 -C $lastal.misc_opt.C |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
75 -T $lastal.misc_opt.T |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
76 -n $lastal.misc_opt.n |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
77 -w $lastal.misc_opt.w |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
78 -u $lastal.misc_opt.u |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
79 -g $lastal.misc_opt.g |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
80 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
81 -P \${GALAXY_SLOTS:-1} |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
82 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
83 #if $db_opts.db_opts_input == 'db' |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
84 '${"'" "'".join(str($db_opts.database.fields.path).split(","))}' |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
85 #else if $db_opts.db_opts_input == 'lastdb' |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
86 'db_files/lastdb' |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
87 #end if |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
88 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
89 >'$outfile' |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
90 ]]></command> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
91 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
92 <inputs> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
93 <expand macro="input_db"/> |
4
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
94 <param name="query_seq" type="data" format="fasta,fasta.gz,fastq,fastq.gz,tabular" label="Query sequences"/> |
0
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
95 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
96 <section name="lastal" title="Lastal arguments" expanded="true"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
97 <param argument="-f" type="select" multiple="false" label="Output format"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
98 <option value="MAF" selected="true">MAF</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
99 <option value="TAB">TAB</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
100 <option value="BlastTab">BlastTab</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
101 <option value="BlastTab+">BlastTab+</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
102 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
103 <param argument="-j" type="select" multiple="false" label="Output type"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
104 <option value="0">Match counts</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
105 <option value="1">Gapless</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
106 <option value="2">Redundant gapped</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
107 <option value="3" selected="true">Gapped</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
108 <option value="4">Column ambiguity estimates</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
109 <option value="5">Gamma-centroid</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
110 <option value="6">LAMA</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
111 <option value="7">Expected counts</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
112 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
113 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
114 <conditional name="isprotein"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
115 <param name="lastal_protein" type="select" multiple="false" label="The sequences are :"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
116 <option value="dna" selected="true">DNA</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
117 <option value="prot">Proteins (-p)</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
118 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
119 <when value="dna"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
120 <conditional name="schoring_schemes"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
121 <param name="score_matrix" argument="-p" type="select" multiple="false" label="Match/mismatch score matrix."> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
122 <option value="AT77">AT77</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
123 <option value="ATMAP">ATMAP</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
124 <option value="BISF">BISF</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
125 <option value="BISR">BISR</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
126 <option value="BL62">BLOSUM62</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
127 <option value="BL80" selected="true">BLOSUM80</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
128 <option value="HOXD70">HOXD70</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
129 <option value="MIQS">MIQS</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
130 <option value="PAM10">PAM10</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
131 <option value="PAM30">PAM30</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
132 <option value="scoreFile">Other score matrix</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
133 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
134 <when value="AT77"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
135 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
136 <expand macro="cost_macro" a="15" b="2"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
137 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
138 <when value="ATMAP"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
139 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
140 <expand macro="cost_macro" a="24" b="6"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
141 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
142 <when value="BISF"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
143 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
144 <expand macro="cost_macro" a="21" b="9"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
145 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
146 <when value="BISR"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
147 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
148 <expand macro="cost_macro" a="21" b="9"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
149 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
150 <when value="BL62"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
151 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
152 <expand macro="cost_macro" a="11" b="2"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
153 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
154 <when value="BL80"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
155 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
156 <expand macro="cost_macro" a="7" b="1"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
157 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
158 <when value="HOXD70"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
159 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
160 <expand macro="cost_macro" a="400" b="30"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
161 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
162 <when value="MIQS"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
163 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
164 <expand macro="cost_macro" a="13" b="2"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
165 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
166 <when value="PAM10"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
167 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
168 <expand macro="cost_macro" a="20" b="3"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
169 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
170 <when value="PAM30"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
171 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
172 <expand macro="cost_macro" a="13" b="3"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
173 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
174 <when value="scoreFile"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
175 <param name="scoreMatrixFile" type="data" format="txt" label="Score matrix file" /> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
176 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
177 </conditional> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
178 <param argument="-s" type="select" multiple="false" label="Strand"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
179 <option value="0">Reverse</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
180 <option value="1">Forward</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
181 <option value="2" selected="true">Both</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
182 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
183 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
184 <when value="prot"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
185 <conditional name="schoring_schemes"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
186 <param name="score_matrix" argument="-p" type="select" multiple="false" label="Match/mismatch score matrix."> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
187 <option value="AT77">AT77</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
188 <option value="ATMAP">ATMAP</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
189 <option value="BISF">BISF</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
190 <option value="BISR">BISR</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
191 <option value="BL62" selected="true">BLOSUM62</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
192 <option value="BL80">BLOSUM80</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
193 <option value="HOXD70">HOXD70</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
194 <option value="MIQS">MIQS</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
195 <option value="PAM10">PAM10</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
196 <option value="PAM30">PAM30</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
197 <option value="scoreFile">Other score matrix</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
198 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
199 <when value="AT77"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
200 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
201 <expand macro="cost_macro" a="15" b="2"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
202 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
203 <when value="ATMAP"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
204 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
205 <expand macro="cost_macro" a="24" b="6"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
206 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
207 <when value="BISF"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
208 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
209 <expand macro="cost_macro" a="21" b="9"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
210 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
211 <when value="BISR"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
212 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
213 <expand macro="cost_macro" a="21" b="9"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
214 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
215 <when value="BL62"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
216 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
217 <expand macro="cost_macro" a="11" b="2"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
218 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
219 <when value="BL80"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
220 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
221 <expand macro="cost_macro" a="7" b="1"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
222 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
223 <when value="HOXD70"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
224 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
225 <expand macro="cost_macro" a="400" b="30"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
226 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
227 <when value="MIQS"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
228 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
229 <expand macro="cost_macro" a="13" b="2"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
230 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
231 <when value="PAM10"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
232 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
233 <expand macro="cost_macro" a="20" b="3"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
234 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
235 <when value="PAM30"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
236 <expand macro="score_macro"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
237 <expand macro="cost_macro" a="13" b="3"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
238 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
239 <when value="scoreFile"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
240 <param name="scoreMatrixFile" type="data" format="txt" label="Score matrix file" /> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
241 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
242 </conditional> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
243 <param argument="-s" type="select" multiple="false" label="Strand"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
244 <option value="0">Reverse</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
245 <option value="1" selected="true">Forward</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
246 <option value="2">Both</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
247 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
248 </when> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
249 </conditional> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
250 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
251 <section name="repeats_misc" title="Specify lowercase-marking of repeats. (-R)" expanded="false"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
252 <param name="uppercase_misc" type="select" multiple="false" label="Input sequences to uppercase."> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
253 <option value="0">Convert the input sequences to uppercase while reading them.(0)</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
254 <option value="1" selected="true">Keep any lowercase in the input sequences.(1)</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
255 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
256 <param name="simple_repeat_misc" type="select" multiple="false" label="Check for simple repeats."> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
257 <option value="0" selected="true">Do not check for simple repeats.(0)</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
258 <option value="1">Convert simple repeats to lowercase.(1)</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
259 <option value="2">Convert simple DNA repeats to lowercase.(2)</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
260 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
261 </section> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
262 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
263 <section name="evalue_opt" title="E-value options" expanded="false"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
264 <param argument="-D" type="integer" value="1000000" label="Query letters per random alignment (-D)"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
265 <!--<param argument="-E" type="integer" value="1e+18" label="Maximum expected alignments per square giga"/>--> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
266 </section> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
267 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
268 <section name="init_match_opt" title="Initial-match options" expanded="false"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
269 <param argument="-m" type="integer" value="10" min="1" label="Maximum initial matches per query position"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
270 <param argument="-l" type="integer" value="1" min="1" label="Minimum length for initial matches"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
271 <!-- Infinity --> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
272 <param argument="-L" type="integer" value="999999999" min="1" label="Maximum length for initial matches"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
273 <param argument="-k" type="integer" value="1" min="1" label="Use initial matches starting at every k-th position in each query"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
274 <param argument="-W" type="integer" value="1" min="1" label="Use minimum positions in sliding windows of W consecutive positions"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
275 </section> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
276 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
277 <section name="misc_opt" title="Miscellaneous options" expanded="false"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
278 <param argument="-S" type="select" multiple="false" label="Score matrix applies to forward strand of :"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
279 <option value="0" selected="true">Reference</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
280 <option value="1">Query</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
281 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
282 <param argument="-K" type="integer" value="0" min="0" label="Omit alignments whose query range lies in >= K others with > score"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
283 <param argument="-C" type="integer" value="0" min="0" label="Omit gapless alignments in >= C others with > score-per-length"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
284 <!--<param name="omit_gap" argument="-M" type="integer" value="" label="Find minimum-difference alignments (faster but cruder)"/>--> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
285 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
286 <param argument="-T" type="select" multiple="false" label="Type of alignment"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
287 <option value="0" selected="true">Local</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
288 <option value="1">Overlap</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
289 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
290 <param argument="-n" type="integer" value="10" min="0" label="Maximum gapless alignments per query position" help="Infinity if m=0"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
291 <!--<param name="max_gap_align" argument="-N" type="integer" value="0" label="Stop after the first N alignments per query strand"/>--> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
292 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
293 <!-- Condition lastdb : 2 if lastdb -c and Q<5 --> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
294 <param argument="-u" type="select" multiple="false" label="Mask lowercase during extensions."> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
295 <option value="0" selected="true">Never.(0)</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
296 <option value="1">Gapless.(1)</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
297 <option value="2">Gapless+postmask.(2)</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
298 <option value="3">Always.(3)</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
299 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
300 <param argument="-w" type="integer" value="1000" min="0" label="Suppress repeats inside exact matches, offset by less or equal this distance. Use 0 to set this off" help="Use 0 to turn this off"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
301 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
302 <!-- https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi --> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
303 <!-- Condition if ADN vs prot and -F --> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
304 <param argument="-G" type="select" multiple="false" label="Genetic code."> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
305 <option value="1" selected="true">Standard Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
306 <option value="2">Vertebrate Mitochondrial Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
307 <option value="3">Yeast Mitochondrial Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
308 <option value="4">Mold, Protozoan, and Coelenterate Mitochondrial Code and the Mycoplasma/Spiroplasma</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
309 <option value="5">Invertebrate Mitochondrial Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
310 <option value="6">Ciliate, Dasycladacean and Hexamita Nuclear Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
311 <option value="9">Echinoderm and Flatworm Mitochondrial Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
312 <option value="10">Euplotid Nuclear Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
313 <option value="11">Bacterial, Archaeal and Plant Plastid Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
314 <option value="12">Alternative Yeast Nuclear Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
315 <option value="13">Ascidian Mitochondrial Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
316 <option value="14">Alternative Flatworm Mitochondrial Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
317 <option value="16">Chlorophycean Mitochondrial Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
318 <option value="21">Trematode Mitochondrial Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
319 <option value="22">Scenedesmus obliquus Mitochondrial Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
320 <option value="23">Thraustochytrium Mitochondrial Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
321 <option value="24">Pterabranchia Mitochondrial Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
322 <option value="25">Candidate Division SR1 and Gracilibacteria Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
323 <option value="26">Pachysolen tannophilus Nuclear Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
324 <option value="27">Karyorelict Nuclear Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
325 <option value="28">Condylostoma Nuclear Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
326 <option value="29">Mesodinium Nuclear Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
327 <option value="30">Peritrich Nuclear Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
328 <option value="31">Blastocrithidia Nuclear Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
329 <option value="33">Cephalodiscidae Mitochondrial UAA-Tyr Code</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
330 <!-- Add filename option with <repeat> --> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
331 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
332 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
333 <!--<param name="temperature" argument="-t" type="integer" value="1/lambda" label="Temperature for calculating probabilities"/>--> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
334 <param argument="-g" type="integer" value="1" min="0" label="Gamma parameter for gamma-centroid and LAMA"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
335 </section> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
336 </section> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
337 </inputs> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
338 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
339 <outputs> |
2
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
340 <data name="outfile" format="maf" label="LAST align from ${on_string}" > |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
341 <change_format> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
342 <when input="f" value="MAF" format="maf" /> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
343 <when input="f" value="TAB" format="tabular" /> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
344 <when input="f" value="BlastTab" format="tabular" /> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
345 <when input="f" value="BlastTab+" format="tabular" /> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
346 </change_format> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
347 </data> |
0
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
348 </outputs> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
349 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
350 <tests> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
351 <test> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
352 <conditional name="db_opts"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
353 <param name="db_opts_input" value="db"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
354 <param name="database" value="humdb"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
355 </conditional> |
4
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
356 <param name="query_seq" value="fuguMito.fa.gz" ftype="fasta.gz"/> |
0
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
357 <output name="outfile" ftype="maf" file="last_align_gen.maf" lines_diff="2"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
358 </test> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
359 <test> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
360 <conditional name="db_opts"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
361 <param name="db_opts_input" value="db"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
362 <param name="database" value="hedgdb"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
363 </conditional> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
364 <section name="lastal"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
365 <conditional name="isprotein"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
366 <param name="lastal_protein" value="prot"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
367 </conditional> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
368 </section> |
2
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
369 <param name="query_seq" value="hedgehog_prot_drosophila.fa" ftype="fasta"/> |
0
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
370 <output name="outfile" ftype="maf" file="last_align_prot.maf" lines_diff="2"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
371 </test> |
2
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
372 <test> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
373 <conditional name="db_opts"> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
374 <param name="db_opts_input" value="db"/> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
375 <param name="database" value="humdb-sanger"/> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
376 </conditional> |
4
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
2
diff
changeset
|
377 <param name="query_seq" value="fuguMito.fq.gz" ftype="fastqsanger.gz"/> |
2
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
378 <section name="lastal"> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
379 <param name="Q" value="1"/> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
380 </section> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
381 <output name="outfile" ftype="maf" file="last_align_fastq.maf" lines_diff="2"/> |
bf30030e5265
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit d48fa8fc8724e2a1c659dde00cad9d6db3e710db"
iuc
parents:
1
diff
changeset
|
382 </test> |
0
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
383 </tests> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
384 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
385 <help>@LAST_HELP@</help> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
386 <citations><expand macro="citations"/></citations> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
387 </tool> |