src/utils/qa/getLiftOver.csh 1.6
1.6 2009/05/05 23:13:56 kuhn
added sqlrr variable where needed to set up for new machine testing
Index: src/utils/qa/getLiftOver.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/getLiftOver.csh,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/qa/getLiftOver.csh 11 Apr 2009 00:37:03 -0000 1.5
+++ src/utils/qa/getLiftOver.csh 5 May 2009 23:13:56 -0000 1.6
@@ -13,9 +13,9 @@
set machine="hgw1"
set db=""
set central="hgcentral"
-set host="-h genome-centdb"
+set host="-h $sqlrr"
if ( "$HOST" != "hgwdev" ) then
echo "\n error: you must run this script on dev!\n"
exit 1