src/utils/qa/checkMetaData.csh 1.15
1.15 2009/03/24 19:10:44 rhead
Reverting to -h hgwbeta.
Index: src/utils/qa/checkMetaData.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/checkMetaData.csh,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -B -U 4 -r1.14 -r1.15
--- src/utils/qa/checkMetaData.csh 20 Mar 2009 23:39:52 -0000 1.14
+++ src/utils/qa/checkMetaData.csh 24 Mar 2009 19:10:44 -0000 1.15
@@ -32,9 +32,9 @@
set mach2="hgwbeta"
set centdb1="hgcentraltest"
set centdb2="hgcentralbeta"
set host1=""
-set host2="-h hofbeta"
+set host2="-h hgwbeta"
# check if asssembly database exits on dev.
set orgCheck=`hgsql -N -e 'SELECT COUNT(*) FROM dbDb WHERE name = "'$db'"' \
hgcentraltest`
@@ -71,14 +71,14 @@
# set machines to beta where needed
if ( $mach1 == "hgwbeta" ) then
set centdb1="hgcentralbeta"
- set host1="-h hgofbeta"
+ set host1="-h hgwbeta"
endif
if ( $mach2 == "hgwbeta" ) then
set centdb2="hgcentralbeta"
- set host2="-h hgofbeta"
+ set host2="-h hgwbeta"
endif
if ( $mach1 == "RR" || $mach1 == "rr" ) then