File: package.html

package info (click to toggle)
libpj-java 0.0~20150107%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 13,396 kB
  • sloc: java: 99,543; ansic: 987; sh: 153; xml: 26; makefile: 10; sed: 4
file content (37 lines) | stat: -rw-r--r-- 842 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
<HTML>
<HEAD>
<TITLE>Package edu.rit.compbio.seq</TITLE>
</HEAD>
<BODY>

<P>
Package edu.rit.compbio.seq
contains parallel programs
for biological sequence alignment.

<P>
The following programs search a protein sequence database
to find matches for a query protein sequence:
<UL>
<LI>
Class <A HREF="FindProteinSeq.html">FindProteinSeq</A>
<LI>
Class <A HREF="FindProteinHyb.html">FindProteinHyb</A>
<LI>
Class <A HREF="FindProteinHyb2.html">FindProteinHyb2</A>
</UL>

<P>
The following class encapsulates a protein sequence database;
it includes a main program that prepares a database index file
used by the above protein sequence database search programs:
<UL>
<LI>
Class <A HREF="ProteinDatabase.html">ProteinDatabase</A>
</UL>

<P>
The other classes are used by the above programs.

</BODY>
</HTML>