path:
root/
README (
plain)
blob: 0c29887733e6c8840e62fa44b43481ce439b0a6f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Visualization system to explore the data from exp004.
======================
CLUSTER.CIS.DREXEL.EDU
======================
Building on cluster.cis.drexel.edu requires explicitly adding a number
of NCBI libraries and using the local install of the NCBI toolkit.
Before running ./configure set the following:
export LDFLAGS=-L/usr/local/ncbi/lib
export CPPFLAGS=-I/usr/local/ncbi/include
Before running a program that makes use of BLAST create a ~/.ncbirc
file with the following contents. This instruction is based on a
message at
http://osdir.com/ml/science.biology.informatics.bulletin/2006-02/msg00061.html
[NCBI]
data=/usr/local/ncbi/data
[BLAST]
BLASTMAT=/usr/local/ncbi/data
|