Checking out UCSC Genome Browser Code


Update your .cshrc or .bashrc file to include the project-specific environment variables:

CVSROOT=/projects/compbio/cvsroot
MYSQLLIBS=/usr/lib64/mysql/libmysqlclient.a -lz
MYSQLINC=/usr/include/mysql
PATH=$PATH:/cluster/bin/$MACHTYPE

Use CVS to check out kent/src:

The source will be in kent/src under your home directory.

Built binaries will end up in ~/bin/x86_64 mostly, but you don't want to do this unless you are developing one. CGI binaries will go to /usr/local/apache/cgi-bin-$USER

You will have read-write access to the database (.hg.conf). Be careful.

Highly recommended, make that MANDATORY read the README files in the source tree in
kent/src/product/README.* and kent/src/README, kent/src/hg/makeDb/trackDb/README


This file last updated: $Date: 2006/09/14 22:45:08 $