src/utils/qa/findBlatServer.csh 1.11

1.11 2009/05/05 23:13:56 kuhn
added sqlrr variable where needed to set up for new machine testing
Index: src/utils/qa/findBlatServer.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/findBlatServer.csh,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/utils/qa/findBlatServer.csh	11 Apr 2009 00:37:03 -0000	1.10
+++ src/utils/qa/findBlatServer.csh	5 May 2009 23:13:56 -0000	1.11
@@ -11,9 +11,9 @@
 ################################
 
 set db=''
 set host=''
-set machine='-h genome-centdb hgcentral'
+set machine="-h $sqlrr hgcentral"
 set order='db'
 
 if ( $#argv < 1 || $#argv > 3 ) then
   echo
@@ -61,9 +61,9 @@
 endif
 
 echo $machine | egrep -i "hgw[1-8]|rr" > /dev/null
 if ( ! $status ) then
-  set machine='-h genome-centdb hgcentral'
+  set machine="-h $sqlrr hgcentral"
 endif
 
 if ( all% == "$db" ) then
   set db='%'