src/utils/qa/qaConfig.bash 1.4
1.4 2009/09/10 22:27:23 kuhn
put GENBANK variable in central place, to simplify finding the genbank tablelist. changed checkSync.csh to use it
Index: src/utils/qa/qaConfig.bash
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/qaConfig.bash,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 1000000 -r1.3 -r1.4
--- src/utils/qa/qaConfig.bash 27 Aug 2009 20:18:46 -0000 1.3
+++ src/utils/qa/qaConfig.bash 10 Sep 2009 22:27:23 -0000 1.4
@@ -1,10 +1,11 @@
# qaConfig.bash
#
# This file is meant to be sourced by all of the qa scripts that use
# bash. There is a separate qaConfig.csh file for tcsh scripts.
# It is a place to set variables, and probably to do all kinds of other
# useful stuff.
# variable containing the host of the mysql server for hgwbeta
sqlbeta=mysqlbeta
sqlrr=genome-centdb
+GENBANK="/cluster/data/genbank/etc/genbank.tbls"