f787d70c11574d33f56d2e1020dce2d100487b34 jnavarr5 Mon Jun 3 13:13:34 2019 -0700 Updating the name of the MariaDb host to the new 'hgwbeta' host for our QA shell scripts, no Redmine. (hgwbeta upgrade) diff --git src/utils/qa/qaConfig.csh src/utils/qa/qaConfig.csh index c1b74c5..f3871f0 100755 --- src/utils/qa/qaConfig.csh +++ src/utils/qa/qaConfig.csh @@ -1,12 +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 sqlbeta = hgwbeta set sqlrr = genome-centdb set GENBANK="/cluster/data/genbank/etc/genbank.tbls" # location of official genbank table list set tblStatusDumps="hgnfs1" # location of genbank TABLE STATUS RR dump files