Mercurial > repos > iuc > last
annotate lastsplit.xml @ 7:eca7ac1eb423 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit ddb5e058a7877e627ed24ef8cb9a046ccb450cb4
author | iuc |
---|---|
date | Mon, 23 Oct 2023 20:45:02 +0000 |
parents | 19c265784f35 |
children |
rev | line source |
---|---|
7
eca7ac1eb423
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit ddb5e058a7877e627ed24ef8cb9a046ccb450cb4
iuc
parents:
6
diff
changeset
|
1 <tool id="last_split" name="LAST-split" version="@TOOL_VERSION@+galaxy1" 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 <description>finds "split alignments" (typically for DNA) or "spliced alignments" (typically for RNA).</description> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
3 <macros> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
4 <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
|
5 </macros> |
7
eca7ac1eb423
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit ddb5e058a7877e627ed24ef8cb9a046ccb450cb4
iuc
parents:
6
diff
changeset
|
6 <expand macro="bio_tools"/> |
eca7ac1eb423
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit ddb5e058a7877e627ed24ef8cb9a046ccb450cb4
iuc
parents:
6
diff
changeset
|
7 <expand macro="requirements"/> |
0
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
9 #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
|
10 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
|
11 #end if |
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 last-split |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
14 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
15 -f $output_format |
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 == 'db' |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
17 -g '${"'" "'".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
|
18 #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
|
19 -g 'db_files/lastdb' |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
20 #end if |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
21 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
22 -d $lastsplit_opt.d |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
23 -c $lastsplit_opt.c |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
24 -t $lastsplit_opt.t |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
25 -M $lastsplit_opt.M |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
26 -S $lastsplit_opt.S |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
27 -m $lastsplit_opt.m |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
28 $lastsplit_opt.no_split |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
29 -b \${GALAXY_MEMORY_MB:-2G} |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
30 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
31 '$last_align' |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
32 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
33 >'$outfile' |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
34 ]]></command> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
35 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
36 <inputs> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
37 <expand macro="input_db" /> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
38 <param name="last_align" type="data" format="maf" label="LASTal data file" /> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
39 <param name="output_format" 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
|
40 <option value="MAF">MAF</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
41 <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
|
42 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
43 <section name="lastsplit_opt" title="Last-split options" expanded="false"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
44 <param argument="-d" type="select" multiple="false" label="RNA direction"> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
45 <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
|
46 <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
|
47 <option value="2">Mixed</option> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
48 </param> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
49 <param argument="-c" type="float" value="0.004" label="Cis-splice probability per base"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
50 <param argument="-t" type="float" value="0.00001" label="Trans-splice probability per base"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
51 <param argument="-M" type="float" value="7" label="Mean of ln[intron length]"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
52 <param argument="-S" type="float" value="1.7" label="Standard deviation of ln[intron length]"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
53 <param argument="-m" type="float" value="1" label="Maximum mismap probability"/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
54 <!--<param name="score" argument="-s" type="int" value="lastal e" label="Minimum alignement score"/>--> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
55 <param name="no_split" argument="-n" type="boolean" truevalue="-n" falsevalue="" checked="false" label="Write original, not split, alignement."/> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
56 </section> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
57 </inputs> |
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 <outputs> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
60 <data name="outfile" format="maf" label="LAST split from ${on_string}" /> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
61 </outputs> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
62 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
63 <tests> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
64 <test> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
65 <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
|
66 <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
|
67 <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
|
68 </conditional> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
69 <param name="last_align" ftype="maf" value="last_align_gen.maf"/> |
4
8705e0d74a0f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
iuc
parents:
0
diff
changeset
|
70 <output name="outfile" ftype="maf" file="last_split.maf" lines_diff="2"/> |
0
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
71 </test> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
72 </tests> |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
73 |
9a7e91fc6562
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit c5689f5fc818d1538b2e15251c7de203c70e2219"
iuc
parents:
diff
changeset
|
74 <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
|
75 <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
|
76 </tool> |