src/utils/qa/compareWholeTable.csh 1.4
1.4 2009/03/21 00:29:25 rhead
Changed host hgwbeta to host hgofbeta.
Index: src/utils/qa/compareWholeTable.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/compareWholeTable.csh,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/utils/qa/compareWholeTable.csh 5 Feb 2006 05:21:30 -0000 1.3
+++ src/utils/qa/compareWholeTable.csh 21 Mar 2009 00:29:25 -0000 1.4
@@ -56,13 +56,13 @@
exit 1
endif
if ( $mach1 == "hgwbeta" ) then
- set host1="-h hgwbeta"
+ set host1="-h hgofbeta"
endif
if ( $mach2 == "hgwbeta" ) then
- set host2="-h hgwbeta"
+ set host2="-h hgofbeta"
endif
# set flags for RR queries
if ( $mach1 != "hgwdev" && $mach1 != "hgwbeta" ) then