author | Don Pellegrino <don@drexel.edu> | 2009-06-13 21:48:26 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-06-13 21:48:26 (GMT) |
commit | 6412b187664f098ff20e3ed69dd3ee6da8f8a5e3 (patch) (side-by-side diff) | |
tree | 1a9b7b2a9cfb136c1bad88135918e61fa3b145c1 | |
parent | b2c22e061bfbacd558f196d9c53bdd7fa3a09d2c (diff) | |
download | exp005-6412b187664f098ff20e3ed69dd3ee6da8f8a5e3.zip exp005-6412b187664f098ff20e3ed69dd3ee6da8f8a5e3.tar.gz exp005-6412b187664f098ff20e3ed69dd3ee6da8f8a5e3.tar.bz2 |
Updated documentation.
-rw-r--r-- | README | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -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. |