-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathid.shtml
More file actions
executable file
·51 lines (45 loc) · 1.44 KB
/
id.shtml
File metadata and controls
executable file
·51 lines (45 loc) · 1.44 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><!-- InstanceBegin template="/Templates/nembase4.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title> www.nematodes.org - NEMBASE4 </title>
<!-- InstanceEndEditable -->
<!--#include virtual="/includes/nembase4_header.ssi" -->
</head>
<body>
<!--#include virtual="/includes/nembase4_body_upper.ssi" -->
<!-- InstanceBeginEditable name="Bodyeditregion" -->
<div class="mainTitle">Search NEMBASE4 for a specific sequence identifier</div>
<br>
<div class="mainMed">
<p>You can retrieve data from within NEMBASE4 using identifiers associated with the sequences.</p>
<p>In the search box below,
enter either<br>
•
a cluster identifier (e.g. NBC00001 ), <br>
•
a protein translation identifier (e.g. NBP00001_1 )<br>
•
or
the accession number of a nematode EST sequence (e.g. BM278826 ). </p>
<p>Then hit the 'Go' button to retrieve the details for that sequence.</p>
</div>
<form method="post" action="retrieve_cluster.php">
<table class="tablephp2">
<tr>
<td>
<div class="mainTitle">Sequence ID</div><br>
</td>
</tr>
<tr>
<td align=center>
<input type="text" name="cluster">
<input type="submit" value="Go">
</td>
</tr>
<tr></tr>
</table>
<!-- InstanceEndEditable -->
<!--#include virtual="/includes/nembase4_body_lower.ssi" -->
</body>
<!-- InstanceEnd --></html>