File: DTs.html

package info (click to toggle)
swissknife 1.75-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,888 kB
  • sloc: perl: 8,520; makefile: 2
file content (153 lines) | stat: -rw-r--r-- 4,003 bytes parent folder | download
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
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SWISS::DTs</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:operations@isb-sib.ch" />
</head>

<body style="background-color: white">


<!-- INDEX BEGIN -->
<div name="index">
<p><a name="__index__"></a></p>

<ul>

	<li><a href="#name">Name</a></li>
	<li><a href="#description">Description</a></li>
	<li><a href="#inherits_from">Inherits from</a></li>
	<li><a href="#attributes">Attributes</a></li>
	<li><a href="#methods">Methods</a></li>
	<ul>

		<li><a href="#standard_methods">Standard methods</a></li>
		<li><a href="#writing_methods">Writing methods</a></li>
	</ul>

	<li><a href="#transition">TRANSITION</a></li>
</ul>

<hr name="index" />
</div>
<!-- INDEX END -->

<p>
</p>
<h1><a name="name">Name</a></h1>
<p>SWISS::DTs</p>
<p>
</p>
<hr />
<h1><a name="description">Description</a></h1>
<p><strong>SWISS::DTs</strong> represents the DT lines within an Swiss-Prot + TrEMBL
entry as specified in the user manual
<a href="http://www.expasy.org/sprot/userman.html">http://www.expasy.org/sprot/userman.html</a> .</p>
<p>
</p>
<hr />
<h1><a name="inherits_from">Inherits from</a></h1>
<p>SWISS::BaseClass.pm</p>
<p>
</p>
<hr />
<h1><a name="attributes">Attributes</a></h1>
<dl>
<dt><strong><a name="created_date" class="item"><code>CREATED_date</code></a></strong></dt>

<dd>
<p>Creation date</p>
</dd>
<dt><strong><a name="ann_date" class="item"><code>ANN_date</code></a></strong></dt>

<dd>
<p>Last annotation update</p>
</dd>
<dt><strong><a name="sq_date" class="item"><code>SQ_date</code></a></strong></dt>

<dd>
<p>Last Sequence update</p>
</dd>
<dt><strong><a name="created_rel" class="item"><code>CREATED_rel</code></a></strong></dt>

<dd>
<p>Created for release</p>
</dd>
<dt><strong><a name="ann_rel" class="item"><code>ANN_rel</code></a></strong></dt>

<dd>
<p>Last annotation for release</p>
</dd>
<dt><strong><a name="sq_rel" class="item"><code>SQ_rel</code></a></strong></dt>

<dd>
<p>Last sequence update for release</p>
</dd>
<dt><strong><a name="ann_version" class="item"><code>ANN_version</code></a></strong></dt>

<dd>
<p>Version number for entry annotation</p>
</dd>
<dt><strong><a name="sq_version" class="item"><code>SQ_version</code></a></strong></dt>

<dd>
<p>Version number for sequence</p>
</dd>
</dl>
<p>
</p>
<hr />
<h1><a name="methods">Methods</a></h1>
<p>
</p>
<h2><a name="standard_methods">Standard methods</a></h2>
<dl>
<dt><strong><a name="new" class="item">new</a></strong></dt>

<dt><strong><a name="fromtext" class="item">fromText</a></strong></dt>

<dt><strong><a name="totext" class="item">toText</a></strong></dt>

<dt><strong><a name="sort" class="item">sort</a></strong></dt>

</dl>
<p>
</p>
<h2><a name="writing_methods">Writing methods</a></h2>
<dl>
<dt><strong><a name="set_created" class="item">set_Created ($date, $release)</a></strong></dt>

<dt><strong><a name="set_annotationupdate" class="item">set_AnnotationUpdate ($date, $release[, $version])</a></strong></dt>

<dt><strong><a name="set_sequenceupdate" class="item">set_SequenceUpdate ($date, $release[, $version])</a></strong></dt>

</dl>
<p>
</p>
<hr />
<h1><a name="transition">TRANSITION</a></h1>
<p>The format of the DT line will change in early 2004 from:</p>
<pre>
 DT   01-JUL-1993 (Rel. 26, Created)
 DT   01-JUL-1993 (Rel. 26, Last sequence update)
 DT   28-FEB-2003 (Rel. 41, Last annotation update)</pre>
<p>to:</p>
<pre>
 DT   01-JUL-1993, integrated into UniProtKB/Swiss-Prot.
 DT   01-JUL-1993, sequence version 36.
 DT   28-FEB-2003, entry version 54.

</pre>
<p>This module supports both formats. To convert an entry from the old to
the new format, do:</p>
<pre>
 $entry-&gt;DTs-&gt;CREATED_rel(&quot;UniProtKB/Swiss-Prot&quot;);
 $entry-&gt;DTs-&gt;ANN_version(54);
 $entry-&gt;DTs-&gt;SQ_version(36);
</pre>

</body>

</html>