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.bash src/utils/qa/qaConfig.bash index d7b82a8..eaa04b0 100755 --- src/utils/qa/qaConfig.bash +++ src/utils/qa/qaConfig.bash @@ -1,11 +1,12 @@ # 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" # location of official genbank table list +tblStatusDumps=rrnfs1 # location of genbank TABLE STATUS RR dump files