src/utils/qa/getGbdbBeta.csh 1.5
1.5 2009/03/21 00:29:25 rhead
Changed host hgwbeta to host hgofbeta.
Index: src/utils/qa/getGbdbBeta.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/getGbdbBeta.csh,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/utils/qa/getGbdbBeta.csh 2 Mar 2006 23:15:43 -0000 1.4
+++ src/utils/qa/getGbdbBeta.csh 21 Mar 2009 00:29:25 -0000 1.5
@@ -41,9 +41,9 @@
rm -f $output
rm -f $output2
# get assembly list from beta
-hgsql -h hgwbeta -N -e "SELECT name FROM dbDb" hgcentralbeta \
+hgsql -h hgofbeta -N -e "SELECT name FROM dbDb" hgcentralbeta \
| sort | grep -v ci1 | grep -v zoo > xxAssembliesxx
echo "all" >> xxAssembliesxx
echo "genbank" >> xxAssembliesxx
echo "hgFixed" >> xxAssembliesxx