From 6412b187664f098ff20e3ed69dd3ee6da8f8a5e3 Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Sat, 13 Jun 2009 21:48:26 +0000 Subject: Updated documentation. --- diff --git a/README b/README index 0c29887..4953be8 100644 --- a/README +++ b/README @@ -1,24 +1,24 @@ Visualization system to explore the data from exp004. -====================== -CLUSTER.CIS.DREXEL.EDU -====================== +Light gray is used to display unselected points. White is used to +highlight the selection. -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: +Use - export LDFLAGS=-L/usr/local/ncbi/lib - export CPPFLAGS=-I/usr/local/ncbi/include + ESC: Clear selection. + Left-click, drag and release: Add box to selection. + Left-click: Add points under mouse pointer to selection. -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 +======= +PANCAKE +======= - [NCBI] - data=/usr/local/ncbi/data + export LDFLAGS="-L/opt/ibm/db2/V9.5/lib32" + export CFLAGS="-I/opt/ibm/db2/V9.5/include" - [BLAST] - BLASTMAT=/usr/local/ncbi/data +====================== +CLUSTER.CIS.DREXEL.EDU +====================== +This project will not build on cluster as the OpenGL support libraries +there do not include support for buffer objects. -- cgit v0.8.3.1-22-g547a