File: melting.xml

package info (click to toggle)
mobyle-programs 5.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 5,472 kB
  • sloc: xml: 126,950; sh: 7; makefile: 4
file content (330 lines) | stat: -rw-r--r-- 11,167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
<?xml version='1.0' encoding='UTF-8'?>
<!-- XML Authors: Corinne Maufrais, Nicolas Joly and Bertrand Neron,             -->
<!-- 'Biological Software and Databases' Group, Institut Pasteur, Paris.         -->
<!-- Distributed under LGPLv2 License. Please refer to the COPYING.LIB document. -->
<program>
  <head>
    <name>melting</name>
    <version>4.2g</version>
    <doc>
      <title>MELTING</title>
      <description>
        <text lang="en">enthalpy, entropy and melting temperature</text>
      </description>
      <authors>N. Le Novere</authors>
      <reference>Nicolas Le Novere (2001), MELTING, computing the melting temperature of nucleic acid duplex. Bioinformatics 17(12), 1226-1227</reference>
      <doclink>http://bioweb2.pasteur.fr/docs/melting/melting.pdf</doclink>
      <homepagelink>http://www.ebi.ac.uk/~lenov/meltinghome.html</homepagelink>
      <sourcelink>http://www.ebi.ac.uk/~lenov/SOFTWARES/</sourcelink>
    </doc>
    <category>sequence:nucleic:composition</category>
  </head>
  <parameters>
    <parameter iscommand="1" ishidden="1">
      <name>melting</name>
      <type>
        <datatype>
          <class>String</class>
        </datatype>
      </type>
      <format>
        <code proglang="perl">"melting -q -v"</code>
        <code proglang="python">"melting -q -v"</code>
      </format>
      <argpos>0</argpos>
    </parameter>
    <parameter ismandatory="1" issimple="1">
      <name>hybridation_type</name>
      <prompt lang="en">Hybridisation type (-H)</prompt>
      <type>
        <datatype>
          <class>Choice</class>
        </datatype>
      </type>
      <vdef>
        <value>null</value>
      </vdef>
      <vlist>
        <velem undef="1">
          <value>null</value>
          <label>Choose an hybidation type</label>
        </velem>
        <velem>
          <value>dnadna</value>
          <label>Dna/Dna</label>
        </velem>
        <velem>
          <value>dnarna</value>
          <label>Dna/Rna</label>
        </velem>
        <velem>
          <value>rnarna</value>
          <label>Rna/Rna</label>
        </velem>
      </vlist>
      <format>
        <code proglang="perl">" -H$value"</code>
        <code proglang="python">" -H" + str(value)</code>
      </format>
      <argpos>1</argpos>
    </parameter>
    <parameter ismandatory="1" issimple="1">
      <name>nnfile</name>
      <prompt lang="en">Nearest Neighbor parameters set (-A)</prompt>
      <type>
        <datatype>
          <class>Choice</class>
        </datatype>
      </type>
      <vdef>
        <value>default</value>
      </vdef>
      <vlist>
        <velem>
          <value>default</value>
          <label>Default</label>
        </velem>
        <velem>
          <value>all97a.nn</value>
          <label>DNA/DNA hybridisation of Allawi et al 1997</label>
        </velem>
        <velem>
          <value>bre86a.nn</value>
          <label>DNA/DNA hybridisation of Breslauer et al 1986</label>
        </velem>
        <velem>
          <value>san96a.nn</value>
          <label>DNA/DNA hybridisation of SantaLucia et al 1996</label>
        </velem>
        <velem>
          <value>sug96a.nn</value>
          <label>DNA/DNA hybridisation of Sugimoto et al 1996</label>
        </velem>
        <velem>
          <value>fre86a.nn</value>
          <label>RNA/RNA hybridisation of Freier et al 1986</label>
        </velem>
        
        <velem>
          <value>xia98a.nn</value>
          <label>RNA/RNA hybridisation of Xia et al 1998</label>
        </velem>
        <velem>
          <value>sug95a.nn</value>
          <label>DNA/RNA hybridisation of Sugimoto et al 1995</label>
        </velem>
      </vlist>
      <format>
        <code proglang="perl">(defined $value and $value ne $vdef) ? " -A$value" : ""</code>
        <code proglang="python">( "" , " -A" + str(value) )[ value is not None and value != vdef]</code>
      </format>
      <comment>
        <div xmlns="http://www.w3.org/1999/xhtml">
            Informs the program to use file.nn as an alternative set of nearest-neighbor parameters, 
            rather than the default for the specified hybridisation type (option -H).
            melting provides some files ready-to-use:
            <ul>
               <li>all97a.nn (DNA/DNA hybridisation of Allawi and SantaLucia(1997). Biochemistry 36 : 10581-10594)</li>
               <li>bre86a.nn (DNA/DNA hybridisation of Breslauer et al. (1986). Proc Natl Acad Sci USA 83 : 3746-3750)</li>
               <li>san96a.nn (DNA/DNA hybridisation of SantaLucia et al.(1996). Biochemistry 35 : 3555-3562)</li>
               <li>sug96a.nn (DNA/DNA hybridisation of Sugimoto et al.(1996). Nuc Acids Res 24 : 4501-4505)</li>
               <li>fre86a.nn (RNA/RNA hybridisation of Freier et al (1986) Proc Natl Acad Sci USA 83: 9373-9377)</li>
               <li>xia98a.nn (RNA/RNA hybridisation of Xia et al (1998) Biochemistry 37: 14719-14735)</li>
               <li>sug95a.nn (DNA/RNA hybridisation of Sugimoto et al. (1995). Biochemistry 34 : 11211-11216)</li>
            </ul>
            Be careful, the option -A changes the default parameter set defined by the option -H.
        </div>
      </comment>
      <argpos>1</argpos>
    </parameter>
    <parameter ismandatory="1" issimple="1">
      <name>sequence</name>
      <prompt lang="en">Sequence string (-S)</prompt>
      <type>
        <datatype>
          <class>String</class>
        </datatype>
      </type>
      <format>
        <code proglang="perl">" -S$value"</code>
        <code proglang="python">" -S" + str(value)</code>
      </format>
      <argpos>1</argpos>
    </parameter>
    <parameter>
      <name>complement_string</name>
      <prompt lang="en">Complementary sequence (-C)</prompt>
      <type>
        <datatype>
          <class>String</class>
        </datatype>
      </type>
      <format>
        <code proglang="perl">(defined $value) ? " -C$value" : ""</code>
        <code proglang="python">( "" , " -C" + str(value) )[ value is not None ]</code>
      </format>
      <comment>
        <div  xmlns="http://www.w3.org/1999/xhtml">
          Enters the complementary sequence, from 3’ to 5’. 
          This option is mandatory if there are mismatches between the two strands. 
          If it is not used, the program will compute it as the complement of the
          sequence entered with the option -S.
          <pre>
            5' GTGAGCTCAT 3'
            3' CACTCGAGTA 5'
         </pre>   
        </div>
      </comment>
      <argpos>1</argpos>
    </parameter>
    <parameter ismandatory="1" issimple="1">
      <name>salt_concentration</name>
      <prompt lang="en">Salt concentration (-N)</prompt>
      <type>
        <datatype>
          <class>Float</class>
        </datatype>
      </type>
      <format>
        <code proglang="perl">" -N$value"</code>
        <code proglang="python">" -N" + str(value)</code>
      </format>
      <ctrl>
        <message>
          <text lang="en">Must be greater than 0.0 and lower than 10.0</text>
        </message>
        <code proglang="perl">$value &gt; 0.0 and $value &lt; 10.0</code>
        <code proglang="python">value &gt; 0.0 and value &lt; 10.0</code>
      </ctrl>
      <argpos>1</argpos>
      <comment>
        <text lang="en">Value must be greater than 0.0 and lower than 10.0</text>
      </comment>
    </parameter>
    <parameter ismandatory="1" issimple="1">
      <name>nucacid_concentration</name>
      <prompt lang="en">Nucleic acid concentration in excess (-P)</prompt>
      <type>
        <datatype>
          <class>Float</class>
        </datatype>
      </type>
      <format>
        <code proglang="perl">(defined $value) ? " -P$value" : ""</code>
        <code proglang="python">("", " -P" + str(value))[value is not None]</code>
      </format>
      <ctrl>
        <message>
          <text lang="en">Must be greater than 0.0 and lower than 0.1</text>
        </message>
        <code proglang="perl">$value &gt; 0.0 and $value &lt; 0.1</code>
        <code proglang="python">value &gt; 0.0 and value &lt; 0.1</code>
      </ctrl>
      <argpos>1</argpos>
      <comment>
        <text lang="en">Value must be greater than 0.0 and lower than 0.1</text>
      </comment>
    </parameter>
    <parameter>
      <name>correction_factor</name>
      <prompt lang="en">Nucleic acid correction factor (-F)</prompt>
      <type>
        <datatype>
          <class>Float</class>
        </datatype>
      </type>
      <format>
        <code proglang="perl">(defined $value) ? " -F$value" : ""</code>
        <code proglang="python">( "" , " -F" + str(value) )[ value is not None ]</code>
      </format>
      <argpos>1</argpos>
    </parameter>
    <parameter>
      <name>salt_correction</name>
      <prompt lang="en">Salt correction (-K)</prompt>
      <type>
        <datatype>
          <class>Choice</class>
        </datatype>
      </type>
      <vdef>
        <value>null</value>
      </vdef>
      <vlist>
        <velem undef="1">
          <value>null</value>
          <label/>
        </velem>
        <velem>
          <value>wet91a</value>
          <label>Wetmur 1991</label>
        </velem>
        <velem>
          <value>san96a</value>
          <label>SantaLucia et al. 1996</label>
        </velem>
        <velem>
          <value>san98a</value>
          <label>SantaLucia 1998</label>
        </velem>
      </vlist>
      <format>
        <code proglang="perl">(defined $value) ? " -K$value" : ""</code>
        <code proglang="python">( "" , " -K" + str(value) )[ value is not None ]</code>
      </format>
      <argpos>1</argpos>
    </parameter>
    <parameter>
      <name>approx</name>
      <prompt lang="en">Force approximative temperature computation (-x)</prompt>
      <type>
        <datatype>
          <class>Boolean</class>
        </datatype>
      </type>
      <vdef>
        <value>0</value>
      </vdef>
      <format>
        <code proglang="perl">($value) ? " -x" : ""</code>
        <code proglang="python">( "" , " -x" )[ value ]</code>
      </format>
      <argpos>1</argpos>
    </parameter>
    <parameter>
      <name>dangling_ends</name>
      <prompt lang="en">Use parameters for dangling ends (dnadnade.nn) (-D)?</prompt>
      <type>
        <datatype>
          <class>Boolean</class>
        </datatype>
      </type>
      <vdef>
        <value>0</value>
      </vdef>
      <format>
        <code proglang="perl">($value) ? " -Ddnadnade.nn " : ""</code>
        <code proglang="python">( "" , " -Ddnadnade.nn " )[ value ]</code>
      </format>
      <argpos>1</argpos>
    </parameter>
    <parameter>
      <name>mismatches</name>
      <prompt lang="en">Use parameters for mismatches (dnadnamm.nn) (-M)?</prompt>
      <type>
        <datatype>
          <class>Boolean</class>
        </datatype>
      </type>
      <vdef>
        <value>0</value>
      </vdef>
      <format>
        <code proglang="perl">($value) ? " -Mdnadnamm.nn " : ""</code>
        <code proglang="python">( "" , " -Mdnadnamm.nn " )[ value ]</code>
      </format>
      <argpos>1</argpos>
    </parameter>
  </parameters>
</program>