src/utils/qa/qaConfig.csh 1.4

1.4 2009/09/10 22:27:24 kuhn
put GENBANK variable in central place, to simplify finding the genbank tablelist. changed checkSync.csh to use it
Index: src/utils/qa/qaConfig.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/qaConfig.csh,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 1000000 -r1.3 -r1.4
--- src/utils/qa/qaConfig.csh	27 Aug 2009 20:25:47 -0000	1.3
+++ src/utils/qa/qaConfig.csh	10 Sep 2009 22:27:24 -0000	1.4
@@ -1,10 +1,11 @@
 # qaConfig.csh
 #
 # This file is meant to be sourced by all of the qa scripts that use
 # tcsh.  There is a separate qaConfig.bash file for bash 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
 set sqlbeta = mysqlbeta
 set sqlrr   = genome-centdb
+set GENBANK="/cluster/data/genbank/etc/genbank.tbls"