annotate rnasubopt.xml @ 2:5e58cbf27a05 draft

Uploaded
author rnateam
date Mon, 09 Feb 2015 13:26:11 -0500
parents 78d673470d45
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
1 <tool id="rnasubopt" name="RNAsubopt" version="2.1.6.0">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
2 <description>Calculates suboptimal secondary structures of RNAs</description>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
3 <expand macro="requirements" />
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
4 <expand macro="version_command" />
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
5 <expand macro="stdio" />
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
6 <macros>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
7 <token name="@EXECUTABLE@">RNAsubopt</token>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
8 <import>macros.xml</import>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
9 </macros>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
10 <command>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
11 <![CDATA[
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
12 RNAsubopt < $input > $output
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
13 -T$temperature
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
14 --dangles=$dangling
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
15 #if $methodOption.methodSelector == "range"
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
16 --deltaEnergy=$methodOption.deltaenergy
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
17 #else
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
18 --stochBT=$methodOption.stochastic
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
19 #end if
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
20 #if $outputOption.outputSelector == "yes"
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
21 --deltaEnergyPost=$deltaenergypost
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
22 #end if
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
23 $constraint
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
24 $sorted
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
25 $dos
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
26 $zuker
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
27 #if $varExists('$advancedOptions.nolp')
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
28 $advancedOptions.noconv
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
29 $advancedOptions.nolp
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
30 $advancedOptions.nogu
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
31 $advancedOptions.noclosinggu
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
32 $advancedOptions.notetra
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
33 $advancedOptions.logml
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
34 #end if
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
35 ]]>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
36 </command>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
37
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
38 <inputs>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
39 <param format="fasta" name="input" type="data" label="Fasta file"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
40 <param name="temperature" size="8" type="float" value="37.0" label="temperature [°C]" help="-T"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
41 <param name="dangling" type="select" label="how to treat dangling end energies" help="-d">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
42 <option value="2" selected="true">unpaired bases participate in all dangling ends (2)</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
43 <option value="0">ignore dangling ends (0)</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
44 <option value="1">unpaired bases participate in one dangling end only (1)</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
45 <option value="3">allow coaxial stacking (3)</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
46 </param>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
47 <param name="constraint" type="boolean" truevalue="--constraint" falsevalue="" checked="false" label="Constraints for the secondary structure" help="--constraint"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
48 <param name="sorted" type="boolean" truevalue="--sorted" falsevalue="" checked="false" label="Sort the secondary structures by energy" help="--sorted"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
49 <param name="dos" type="boolean" truevalue="--dos" falsevalue="" checked="false" label="Calculate the density of states instead of the structure" help="--dos"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
50 <param name="zuker" type="boolean" truevalue="--zuker" falsevalue="" checked="false" label="Calculate the Zuker suboptimals instead of the structures within a range." help="--zuker"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
51
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
52 <conditional name="methodOption">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
53 <param name="methodSelector" type="select" label="select algorithm">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
54 <option value="range" selected="true">energy range</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
55 <option value="stochastic">choose stochastically</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
56 </param>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
57 <when value="stochastic">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
58 <param name="stochastic" type="integer" value="1" label="Calculate this number of suboptimal structures chosen stochastically" help="--stochBT"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
59 </when>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
60 <when value="range">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
61 <param name="deltaenergy" size="8" type="float" value="1.0" label="Range of energy for the suboptimal structures." help="--deltaEnergy"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
62 </when>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
63 </conditional>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
64
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
65 <conditional name="outputOption">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
66 <param name="outputSelector" type="select" label="select output restriction">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
67 <option value="no" selected="true">no restriction</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
68 <option value="yes">restricted output</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
69 </param>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
70 <when value="no"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
71 <when value="yes">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
72 <param name="deltaenergypost" size="8" type="float" value="0.0" label="Print only those structures that have a smaller difference in energy than the mfe." help="--deltaEnergyPost"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
73 </when>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
74 </conditional>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
75
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
76 <conditional name="advancedOptions">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
77 <param name="advancedSelector" type="select" label="advanced options">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
78 <option value="basic">basic Options</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
79 <option value="advanced">advanced Options</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
80 </param>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
81 <when value="advanced">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
82 <param name="circ" type="boolean" truevalue="--circ" falsevalue="" checked="false" label="Assume circular RNA structure" help="--circ"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
83 <param name="noconv" type="boolean" truevalue="--noconv" falsevalue="" checked="false" label="No conversion of T -> U" help="--noconv"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
84 <param name="nolp" type="boolean" truevalue="--noLP" falsevalue="" checked="false" label="No lonely pairs" help="--noLP don't allow lonely pairs."/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
85 <param name="nogu" type="boolean" truevalue="--noGU" falsevalue="" checked="false" label="No GU pairing" help="--noGU don't allow pairing of G and U."/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
86 <param name="noclosinggu" type="boolean" truevalue="--noClosingGU" falsevalue="" checked="false" label="No GU pairing at the ends" help="--noClosingGU don't allow pairing of G and U at the ends of helices."/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
87 <param name="notetra" type="boolean" truevalue="--noTetra" falsevalue="" checked="false" label="No stabilization for loops, hairpins etc." help="--noTetra"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
88 <param name="logml" type="boolean" truevalue="--logML" falsevalue="" checked="false" label="Recalculate energies of structures using a logarithmic energy function for multi-loops" help="--logML"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
89 </when>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
90 </conditional>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
91 </inputs>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
92 <outputs>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
93 <data format="txt" name="output"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
94 </outputs>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
95 <tests>
2
5e58cbf27a05 Uploaded
rnateam
parents: 0
diff changeset
96 <test>
5e58cbf27a05 Uploaded
rnateam
parents: 0
diff changeset
97 <param name="input" value="rnasubopt_input1.fa"/>
5e58cbf27a05 Uploaded
rnateam
parents: 0
diff changeset
98 <output name="output" file="rnasubopt_result1.txt"/>
5e58cbf27a05 Uploaded
rnateam
parents: 0
diff changeset
99 </test>
0
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
100 </tests>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
101 <help>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
102 <![CDATA[
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
103
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
104 **RNAsubopt**
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
105
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
106 In the default -e mode RNAsubopt calculates all suboptimal secondary structures within a user defined energy range above the minimum free energy (mfe). It prints the suboptimal structures in dot-bracket notation followed by the energy in kcal/mol to stdout. Be careful, the number of structures returned grows exponentially with both sequence length and energy range.
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
107
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
108 Alternatively, when used with the -p option, RNAsubopt produces Boltzmann weighted samples of secondary structures.
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
109
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
110
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
111 -----
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
112
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
113 **Input format**
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
114
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
115 RNAsubopt requires one input file
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
116
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
117 - fasta file
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
118
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
119
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
120 ------
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
121
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
122 **Outputs**
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
123
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
124 - secondary structure in dot-bracket format
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
125
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
126
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
127 ]]>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
128 </help>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
129 <expand macro="requirements" />
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
130 </tool>