29 files changed, 1185 insertions, 0 deletions
@@ -0,0 +1,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 + |