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