src/utils/qa/qaEnsGenes.csh 1.21

1.21 2009/03/24 19:10:45 rhead
Reverting to -h hgwbeta.
Index: src/utils/qa/qaEnsGenes.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/qaEnsGenes.csh,v
retrieving revision 1.20
retrieving revision 1.21
diff -b -B -U 4 -r1.20 -r1.21
--- src/utils/qa/qaEnsGenes.csh	21 Mar 2009 00:29:25 -0000	1.20
+++ src/utils/qa/qaEnsGenes.csh	24 Mar 2009 19:10:45 -0000	1.21
@@ -62,9 +62,9 @@
   echo "\nERROR: there is no update available for version number $ver\n"
   exit 1
  else # updates for this ensGene version exist
   foreach db ($dbs)
-   set onBeta=`hgsql -h hgofbeta -Ne "SELECT name FROM dbDb \
+   set onBeta=`hgsql -h hgwbeta -Ne "SELECT name FROM dbDb \
    WHERE name = '$db' AND active = 1" hgcentralbeta`
 
    if ( "" == "$onBeta" ) then
     echo $db >> xxNotActive$$