annotate dotknot.xml @ 0:42d20ff5da1b draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
author bgruening
date Thu, 17 Sep 2015 17:10:07 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
1 <tool id="dotknot" name="DotKnot" version="1.3.1">
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
2 <description>pseudoknot prediction in a given RNA sequence</description>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
3 <requirements>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
4 <requirement type="package" version="1.8.5">vienna_rna</requirement>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
5 <requirement type="package" version="1.3.1">dotknot</requirement>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
6 </requirements>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
7 <stdio>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
8 <exit_code range="1:" />
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
9 <exit_code range=":-1" />
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
10 <regex match="Error:" />
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
11 <regex match="Exception:" />
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
12 </stdio>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
13 <version_command>dotknot version 1.3.1</version_command>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
14 <command><![CDATA[
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
15 cp \$DOTKNOT_ROOT_PATH/* ./ -R &&
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
16 dotknot.py
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
17 $input
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
18 $k
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
19 $l
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
20 $g
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
21 > ./output.txt
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
22 #if $g:
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
23 &&
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
24 mv ./*.ct ./globalstructure.ct
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
25 #end if
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
26 ]]></command>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
27 <inputs>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
28 <param name="input" type="data" format="fasta" label="Upload your FASTA file with RNA sequences:"
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
29 help="The FASTA file must contain a comment line starting with > followed by the sequence.
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
30 It can also contain several consecutive sequences and DotKnot will be executed for each sequence in the file."/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
31
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
32 <param argument="-k" type="boolean" checked="false"
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
33 truevalue="-k" falsevalue=""
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
34 label="Include kissing hairpins?"
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
35 help="Kissing hairpins are complex and biologically relevant types of pseudoknots.
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
36 Inclusion of kissing hairpins will lead to increased run time,
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
37 yet produce more meaningful results."/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
38
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
39 <param argument="-l" type="boolean" checked="false"
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
40 truevalue="-l" falsevalue=""
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
41 label="Include near-optimal local pseudoknots?"
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
42 help="Shows top five near-optimal local pseudoknots in terms of two criteria:
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
43 estimated free energy to length ratio and lowest estimated free energy.
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
44 This can help to identify promising pseudoknot foldings and may
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
45 compensate for the limitations of the energy parameters."/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
46
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
47 <param argument="-g" type="boolean" checked="false"
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
48 truevalue="-g" falsevalue=""
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
49 label="Include global structure?"
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
50 help="Shows predicted global structure in addition to predicted pseudoknots."/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
51
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
52 </inputs>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
53 <outputs>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
54 <data name="output" format="txt" from_work_dir="./output.txt"
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
55 label="${tool.name} on ${on_string} (output file)">
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
56 </data>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
57 <data name="outfile_globalstructure" format="txt" from_work_dir="./globalstructure.ct"
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
58 label="${tool.name} on ${on_string} (output global structure)">
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
59 <filter>g == True</filter>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
60 </data>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
61 </outputs>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
62 <tests>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
63 <test>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
64 <param name="input" value="TMV.fasta" ftype="fasta"/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
65 <param name="k" value=""/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
66 <param name="l" value=""/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
67 <param name="g" value=""/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
68 <output name="output" file="test1_output.txt" ftype="txt"/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
69 </test>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
70 <test>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
71 <param name="input" value="HCoV229E_short_KISSINGHAIRPINS.fasta" ftype="fasta"/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
72 <param name="k" value="-k"/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
73 <param name="l" value="-l"/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
74 <param name="g" value="-g"/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
75 <output name="output" file="test2_output.txt" ftype="txt"/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
76 <output name="outfile_globalstructure" file="test2_output2.ct" ftype="txt"/>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
77 </test>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
78 </tests>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
79 <help><![CDATA[
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
80
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
81 **WHAT IT DOES**
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
82
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
83 DotKnot is a heuristic method for pseudoknot prediction in a given RNA sequence.
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
84
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
85 DotKnot extracts stem regions from the secondary structure probability dot plot calculated by RNAfold. Recursive H-type pseudoknots and intramolecular kissing hairpins are constructed and their presence in the sequence is verified. The detected pseudoknots can then be further analysed using bioinformatics or laboratory techniques.
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
86
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
87 -----
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
88
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
89 **INPUT**
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
90
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
91 The FASTA file must contain a comment line starting with > followed by the sequence. It can also
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
92 contain several consecutive sequences and DotKnot will be executed for each sequence in the file.
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
93
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
94 Please ensure that only bases A,C,G,U,T (a,c,g,u,t) are used.
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
95
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
96 *Example*::
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
97
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
98 > Arc-Ful-SRP short
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
99 GGGGGGUUCGGCGUCCCCUGUAACCCGAAACCGCCGAUACGCGGG
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
100 > MMTV
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
101 AAAAAACUUGUAAAGGGGCAGUCCCCUAGCCCCGCUCAAAAGGGGGAUG
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
102
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
103 -----
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
104
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
105 **OPTIONAL ARGUMENTS**
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
106
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
107 *Kissing hairpins*::
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
108 Kissing hairpins are complex and biologically relevant types of pseudoknots.
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
109 Inclusion of kissing hairpins will lead to increased run time, yet produce more meaningful
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
110 results.
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
111
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
112 *local pseudoknots*::
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
113 Shows top five near-optimal local pseudoknots in terms of two criteria: estimated free energy
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
114 to length ratio and lowest estimated free energy. This can help to identify promising pseudoknot
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
115 foldings and may compensate for the limitations of the energy parameters.
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
116 *global structure*::
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
117 Shows predicted global structure in addition to predicted pseudoknots
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
118
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
119 -----
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
120
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
121 **OUTPUT**
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
122
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
123 Each pseudoknot is displayed in dot-bracket notation. Unpaired bases are indicated by dots. Base
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
124 pairs are written as bracket pairs. The first stem of a pseudoknot is indicated by round brackets , i.e. ( and ). The second stem of a pseudoknot is indicated by square brackets, i.e. [ and ].
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
125
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
126 We also give the start and end positions of the pseudoknot with respect to the input sequence. If the global structure option is chosen (-g:), a CT file will be created which contains the global
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
127 structure. The file name will start with the identifier given in the FASTA file.
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
128
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
129 -----
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
130
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
131 **dotknot** is a Free and Open Source Software, see more details and background information on the dotknot dotknot_ Website.
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
132
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
133 .. _dotknot: http://dotknot.csse.uwa.edu.au/
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
134
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
135 ]]></help>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
136 <citations>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
137 <citation type="doi">10.1093/nar/gkq021</citation>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
138 <citation type="doi">10.1261/rna.2394511</citation>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
139 </citations>
42d20ff5da1b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna/dotknot commit 1973f3035c10db80883d80847ea254289f5cce2a-dirty
bgruening
parents:
diff changeset
140 </tool>