forked from rileydavidr/twinblast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
34 lines (25 loc) · 747 Bytes
/
README
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
----------------------------------------
TwinBlast - View 2 BLAST reports at once
----------------------------------------
TwinBlast is a web-based tool for viewing 2 BLAST reports simultaneously
side-by-side. It uses ExtJS (www.sencha.com/products/extjs/) to provide 2
independantly scrollable panels. BioPerl (www.bioperl.org) is used to index
raw BLAST reports and Bio::Graphics is used to draw pictograms of the BLAST
hits.
------------
Requirements
------------
TwinBlast uses HTML and Javascript and should work in all modern web-browsers.
Installation of TwinBlast server requires the following packages be installed:
Apache
ExtJS
Perl Modules:
BioPerl
CGI
Tie::File
File::Basename
Digest::MD5
URI::Escape
JSON
POSIX
Bio::Graphics