annotate rnaaliduplex.xml @ 1:ec0fdb8c4ebb draft

Uploaded
author rnateam
date Wed, 04 Feb 2015 12:45:16 -0500
parents 78d673470d45
children 5e58cbf27a05
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="rnaaliduplex" name="RNAaliduplex" version="2.1.6.0">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
2 <description>find binding sites of two RNA alignments</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@">RNAaliduplex</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 RNAaliduplex -T $temperature -d $dangling $flagsort --deltaEnergy=$deltaenergy $input1 $input2
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
13 #if $varExists('$advancedOptions.noconversion')
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
14 $advancedOptions.noconversion
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
15 $advancedOptions.gquad
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
16 $advancedOptions.nolp
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
17 $advancedOptions.nogu
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
18 $advancedOptions.noclosinggu
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
19 $advancedOptions.notetra
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
20 #end if
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
21 > $out_file
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
22 ]]>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
23 </command>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
24 <inputs>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
25 <param format="txt" name="input1" type="data" label="Clustal alignment file"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
26 <param format="txt" name="input2" type="data" label="Clustal alignment file"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
27 <param name="temperature" size="6" type="float" value="37.0" label="Temperature [°C]" help="-T"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
28 <param name="deltaenergy" size="6" type="float" value="0.0" label="Compute suboptimal structures with an maximal energy difference [kcal/mol] to optimum" help="--deltaEnergy=range"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
29 <param name="dangling" type="select" label="how to treat dangling end energies" help="-d">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
30 <option value="2" selected="true">unpaired bases participate in all dangling ends (2)</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
31 <option value="0">ignore dangling ends (0)</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
32 <option value="1">unpaired bases participate in one dangling end only (1)</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
33 <option value="3">allow coaxial stacking (3)</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
34 </param>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
35 <param name="flagsort" type="boolean" checked="false" label="Output will be sorted by free energy" truevalue="--sorted" falsevalue="" help="--sorted"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
36 <conditional name="advancedOptions">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
37 <param name="advancedSelector" type="select" label="advanced options">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
38 <option value="basic">basic Options</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
39 <option value="advanced">advanced Options</option>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
40 </param>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
41 <when value="advanced">
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
42 <param name="noconversion" type="boolean" checked="false" truevalue="--noconv" falsevalue="" label="no conversion" help="--noconv do not convert thymine to uracile (T -> U)."/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
43 <param name="nogu" type="boolean" checked="false" truevalue="-noGU" falsevalue="" label="No GU pairing" help="--noGU don't allow pairing of G and U."/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
44 <param name="noclosinggu" type="boolean" checked="false" truevalue="--noClosingGU" falsevalue="" 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
45 <param name="notetra" type="boolean" checked="false" truevalue="--noTetra" falsevalue="" label="No stabilization for loops, hairpins etc." help="--noTetra"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
46 <param name="nolp" type="boolean" checked="false" truevalue="--noLP" falsevalue="" label="No lonely pairs (helices of length 1) will be created." help="--noLP"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
47 </when>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
48 </conditional>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
49 </inputs>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
50 <outputs>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
51 <data format="txt" name="out_file"/>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
52 </outputs>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
53 <tests>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
54 </tests>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
55 <help>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
56 <![CDATA[
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
57 **RNAaliduplex**
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
58
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
59 The program reads two alignments of RNA sequences in CLUSTAL format and
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
60 predicts optimal and suboptimal binding sites, hybridization energies and the
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
61 corresponding structures. The calculation takes only inter-molecular base pairs
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
62 into account, for the general case use RNAcofold. The use of alignments allows
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
63 to focus on binding sites that are evolutionary conserved. Note, that the two
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
64 input alignments need to have an equal number of sequences and the same order,
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
65 i.e. the 1st sequence in file1 will be hybridized to the 1st in file2 etc.
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
66
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
67 The computed binding sites, energies, and structures are written to stdout, one
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
68 structure per line. Each line consist of: The structure in dot bracket format
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
69 with a & separating the two strands. The range of the structure in the two
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
70 sequences in the format "from,to : from,to"; the energy of duplex structure
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
71 in kcal/mol.
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
72 The format is especially useful for computing the hybrid structure between a
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
73 small probe sequence and a long target sequence.
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
74
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
75
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
76
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
77 -----
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
78
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
79 **Input format**
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
80
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
81 RNAaliduplex takes two alignment files generated with Clustal (*.aln).
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
82
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
83 ------
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
84
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
85 **Outputs**
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
86
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
87 - text output with several secondary structures and its energies
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
88
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
89 ]]>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
90 </help>
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
91 <expand macro="requirements" />
78d673470d45 Imported from capsule None
rnateam
parents:
diff changeset
92 </tool>