1
|
1 <tool id="antarna" name="antaRNA" version="1.1">
|
|
2 <description>
|
|
3 Ant Colony Optimized RNA Sequence Design
|
|
4 </description>
|
|
5 <requirements>
|
3
|
6 <requirement type="package" version="2.2.12">pkiss</requirement>
|
|
7 <requirement type="package" version="3.2.5">rnashapes</requirement>
|
5
|
8 <requirement type="package" version="1.8">numpy</requirement>
|
1
|
9 </requirements>
|
|
10 <stdio>
|
|
11 <exit_code level="fatal" range="1:"/>
|
|
12 </stdio>
|
|
13 <version_command>python antaRNA.py --version</version_command>
|
|
14 <command interpreter="python"><![CDATA[antaRNA.py
|
|
15 #if $Cstr and $Cstr is not None:
|
|
16 -Cstr "$Cstr"
|
|
17 #end if
|
|
18
|
|
19 #if $tGC and $tGC is not None:
|
|
20 -tGC $tGC
|
|
21 #end if
|
|
22
|
|
23 #if $n and $n is not None:
|
|
24 -n $n
|
|
25 #end if
|
|
26 $GU
|
|
27
|
|
28 #if $s and $s is not None:
|
|
29 -s $s
|
|
30 #end if
|
|
31
|
|
32 #if $ip and $ip is not None:
|
|
33 -ip $ip
|
|
34 #end if
|
|
35
|
|
36 #if $r and $r is not None:
|
|
37 -r $r
|
|
38 #end if
|
|
39
|
|
40 #if $CC and $CC is not None:
|
|
41 -CC $CC
|
|
42 #end if
|
|
43
|
|
44 #if $aTC and $aTC is not None:
|
|
45 -aTC $aTC
|
|
46 #end if
|
|
47 $p
|
|
48 $pkPar
|
|
49
|
|
50 #if $strategy and $strategy is not None:
|
|
51 --strategy $strategy
|
|
52 #end if
|
|
53
|
|
54 #if $tGCmax and $tGCmax is not None:
|
|
55 -tGCmax $tGCmax
|
|
56 #end if
|
|
57
|
|
58 #if $tGCvar and $tGCvar is not None:
|
|
59 -tGCvar $tGCvar
|
|
60 #end if
|
|
61
|
|
62 #if $t and $t is not None:
|
|
63 -t $t
|
|
64 #end if
|
|
65
|
|
66 #if $P and $P is not None:
|
|
67 -P $P
|
|
68 #end if
|
|
69
|
|
70 #if $of and $of is not None:
|
|
71 -of $of
|
|
72 #end if
|
|
73
|
|
74 #if $Cseq and $Cseq is not None:
|
|
75 -Cseq $Cseq
|
|
76 #end if
|
|
77
|
|
78 #if $l and $l is not None:
|
|
79 -l $l
|
|
80 #end if
|
|
81
|
|
82 #if $name and $name is not None:
|
|
83 --name $name
|
|
84 #end if
|
|
85
|
|
86 #if $a and $a is not None:
|
|
87 -a $a
|
|
88 #end if
|
|
89
|
|
90 #if $b and $b is not None:
|
|
91 -b $b
|
|
92 #end if
|
|
93
|
|
94 #if $er and $er is not None:
|
|
95 -er $er
|
|
96 #end if
|
|
97
|
|
98 #if $Cstrw and $Cstrw is not None:
|
|
99 -Cstrw $Cstrw
|
|
100 #end if
|
|
101
|
|
102 #if $Cgcw and $Cgcw is not None:
|
|
103 -Cgcw $Cgcw
|
|
104 #end if
|
|
105
|
|
106 #if $Cseqw and $Cseqw is not None:
|
|
107 -Cseqw $Cseqw
|
|
108 #end if
|
|
109 $v
|
|
110 $ov
|
|
111 > $default]]></command>
|
|
112 <inputs>
|
|
113 <param label="Structure constraint using RNA dotbracket notation with fuzzy block constraint. (-Cstr)" name="Cstr" type="text"/>
|
|
114 <param label="Objective target GC content in [0,1]. (-tGC)" name="tGC" type="float" value="0"/>
|
|
115 <param label="Number of sequences which shall be produced. (-n)" name="n" type="integer" value="0"/>
|
|
116 <param checked="false" label="Allowing GU base pairs. (-GU)" name="GU" type="boolean" truevalue="-GU" falsevalue=""/>
|
|
117 <param default="none" label="Provides a seed value for the used pseudo random number generator. (-s)" name="s" type="text"/>
|
|
118 <param default="s" label="Select the improving method. h=hierarchical, s=score_based. (-ip)" name="ip" type="text"/>
|
|
119 <param label="Amount of maximal terrain resets, until the best solution is retuned as solution. (-r)" name="r" type="integer" value="5"/>
|
|
120 <param label="Delimits the convergence count criterion for a reset. (-CC)" name="CC" type="integer" value="130"/>
|
|
121 <param label="Delimits the amount of internal ants for termination convergence criterion for a reset. (-aTC)" name="aTC" type="integer" value="50"/>
|
|
122 <param checked="false" label="Switch to pseudoknot based prediction using pKiss. Check the pseudoknot parameter usage!!! (-p)" name="p" type="boolean" truevalue="-p" falsevalue=""/>
|
|
123 <param checked="false" label="Enable optimized parameters for the usage of pseudo knots (Further parameter input ignored). (-pkPar)" name="pkPar" type="boolean" truevalue="-pkPar" falsevalue=""/>
|
|
124 <param default="A" label="Defining the pKiss folding strategy. (--strategy)" name="strategy" type="text"/>
|
|
125 <param label="Provides a maximum tGC value [0,1] for the case of uniform distribution sampling. The regular tGC value serves as minimum value. (-tGCmax)" name="tGCmax" type="float" value="-1.0"/>
|
|
126 <param label="Provides a tGC variance (sigma square) for the case of normal distribution sampling. The regular tGC value serves as expectation value (mu). (-tGCvar)" name="tGCvar" type="float" value="-1.0"/>
|
|
127 <param label="Provides a temperature for the folding algorithms. (-t)" name="t" type="float" value="37.0"/>
|
|
128 <param default="" label="Changes the energy parameterfile of RNAfold. If using this explicitly, please provide a suitable energy file delivered by RNAfold. (-P)" name="P" type="text"/>
|
|
129 <param default="STDOUT" label="Provide a path and an output file, e.g. "/path/to/the/target_file". (-of)" name="of" type="text"/>
|
|
130 <param default="" label="Sequence constraint using RNA nucleotide alphabet {A,C,G,U} and wild-card "N". (-Cseq)" name="Cseq" type="text"/>
|
|
131 <param label="Sets the level of allowed influence of sequence constraint on the structure constraint [0:no influence; 3:extensive influence]. (-l)" name="l" type="integer" value="1"/>
|
|
132 <param default="antaRNA_" label="Defines a name which is used in the sequence output. (--name)" name="name" type="text"/>
|
|
133 <param label="Sets alpha, probability weight for terrain path influence. [0,1] (-a)" name="a" type="float" value="1.0"/>
|
|
134 <param label="Sets beta, probability weight for terrain pheromone influence. [0,1] (-b)" name="b" type="float" value="1.0"/>
|
|
135 <param label="Pheromone evaporation rate. (-er)" name="er" type="float" value="0.2"/>
|
|
136 <param label="Structure constraint quality weighting factor. [0,1] (-Cstrw)" name="Cstrw" type="float" value="0.5"/>
|
|
137 <param label="GC content constraint quality weighting factor. [0,1] (-Cgcw)" name="Cgcw" type="float" value="5.0"/>
|
|
138 <param label="Sequence constraint quality weighting factor. [0,1] (-Cseqw)" name="Cseqw" type="float" value="1.0"/>
|
|
139 <param checked="false" label="Displayes intermediate output. (-v)" name="v" type="boolean" truevalue="-v" falsevalue=""/>
|
|
140 <param checked="false" label="Prints additional output to the headers of the produced sequences. (-ov)" name="ov" type="boolean" truevalue="-ov" falsevalue=""/>
|
|
141 </inputs>
|
|
142 <outputs>
|
|
143 <data format="txt" hidden="false" name="default"/>
|
|
144 </outputs>
|
|
145 <help><![CDATA[
|
|
146 .
|
|
147
|
|
148 ===========================
|
|
149 antaRNA - ant assembled RNA
|
|
150 ===========================
|
|
151
|
|
152 - antaRNA uses the VIENNNA RNA Package
|
|
153 - specifically it uses RNAfold and RNAdistance to calculate energies of and distances between secondary structures (version 2.1.x)
|
|
154 - for the parametrization of antaRNA the version 2.1.3 of the ViennaRNA package was used
|
|
155
|
|
156
|
|
157 - For questions and remarks please feel free to contact us at http://www.bioinf.uni-freiburg.de/
|
|
158
|
|
159 Example calls:
|
|
160
|
|
161 - python antaRNA.py --Cstr "...(((...)))..." --tGC 0.5 -n 2
|
|
162 - python antaRNA.py --Cstr ".........AAA(((...)))AAA........." --tGC 0.5 -n 10 --output_file /path/to/antaRNA_TESTRUN -ov
|
|
163 - python antaRNA.py --Cstr "BBBBB....AAA(((...)))AAA....BBBBB" --Cseq "NNNNANNNNNCNNNNNNNNNNNGNNNNNNUNNN" --tGC 0.5 -n 10
|
|
164 ]]></help>
|
|
165 </tool>
|
|
166
|