3c0e0eab78e622016bfd929699978d53b57cfd88 ann Fri Oct 11 12:11:01 2013 -0700 adding a qascript-wide variable to these two qaConfig files for the location of the genank TABLE STATUS dump files. Sometimes they are located on rrnfs1 and sometimes on hgnfs1. This will keep it all in one place. I will also edit all of the qascript files that look for those dumpfiles to use this variable instead. diff --git src/utils/qa/qaConfig.csh src/utils/qa/qaConfig.csh index e8a5ee8..dd897f7 100755 --- src/utils/qa/qaConfig.csh +++ src/utils/qa/qaConfig.csh @@ -1,11 +1,12 @@ # 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" # location of official genbank table list +set tblStatusDumps = rrnfs1 # location of genbank TABLE STATUS RR dump files