src/utils/qa/getAssemblies.csh 1.21
1.21 2009/04/11 00:37:03 rhead
Sourced new qaConfig file at the top. Changed -h hgwbeta lines to look for sql host stored in a variable, specified in the new qaConfig file.
Index: src/utils/qa/getAssemblies.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/getAssemblies.csh,v
retrieving revision 1.20
retrieving revision 1.21
diff -b -B -U 4 -r1.20 -r1.21
--- src/utils/qa/getAssemblies.csh 24 Mar 2009 19:10:44 -0000 1.20
+++ src/utils/qa/getAssemblies.csh 11 Apr 2009 00:37:03 -0000 1.21
@@ -1,5 +1,6 @@
#!/bin/tcsh
+source `which qaConfig.csh`
#######################
#
# 04-19-04
@@ -8,9 +9,9 @@
#######################
set tablename=""
set machine="hgwbeta"
-set host="-h hgwbeta"
+set host="-h $sqlbeta"
set found=0
set dbs=""
set rr="false"
set dumpDate=""