-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
42 lines (29 loc) · 1.34 KB
/
index.html
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
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>List of BLAST programs</title>
</head>
<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#ffffff" ALINK="#660099">
<H2 ALIGN="CENTER">List of BLAST programs</h2>
<UL>
<LI> <A HREF=blast.html>Regular BLAST without client-server support</A>
<LI> <A HREF=blast_cs.html>Regular BLAST with client-server support</A>
<LI> <A HREF=psiblast.html>PSI/PHI BLAST without client-server support</A>
<LI> <A HREF=psiblast_cs.html>PSI/PHI BLAST with client-server support</A>
<LI> <A HREF=megablast.html>Mega BLAST without client-server support</A>
<LI> <A HREF=megablast_cs.html>Mega BLAST with client-server support</A>
<LI> <A HREF=rpsblast.html>RPS BLAST without client-server support</A>
<LI> <A HREF=rpsblast_cs.html>RPS BLAST with client-server support</A>
<LI> <A HREF=wblast2.html>BLAST 2 sequences without client-server support</A>
<LI> <A HREF=wblast2_cs.html>BLAST 2 sequences with client-server support</A>
<LI> <A HREF=readme.html>Readme file</A>
<LI> <A HREF=fastacmd.html>Fastacmd tool</A> (A tool to retrieve sequences from a blastdb)
</UL>
<hr>
<address><a href="mailto:[email protected]">BLAST Help Desk</a></address>
<!-- Created: Wed May 2 11:56:07 EDT 2001 -->
<!-- hhmts start -->
Last modified: Wed May 2 12:06:28 EDT 2001
<!-- hhmts end -->
</body>
</html>