src/utils/qa/findDbPartners.csh 1.7

1.7 2009/03/24 19:10:44 rhead
Reverting to -h hgwbeta.
Index: src/utils/qa/findDbPartners.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/findDbPartners.csh,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/utils/qa/findDbPartners.csh	21 Mar 2009 00:29:25 -0000	1.6
+++ src/utils/qa/findDbPartners.csh	24 Mar 2009 19:10:44 -0000	1.7
@@ -42,9 +42,9 @@
 getAssemblies.csh blast%${Db}% | egrep -v "found|split" | tee -a $db.fullList 
 
 # find if {Human,Fly,Worm} Proteins track exists
 echo "find if {Human,Fly,Worm} Proteins track exists.  ref to:"
-hgsql -h hgofbeta -e "SHOW TABLES LIKE 'blast%'" $db | egrep "FB|KG|SG" \
+hgsql -h hgwbeta -e "SHOW TABLES LIKE 'blast%'" $db | egrep "FB|KG|SG" \
   | egrep -v "Ref|Pep" \
   | sed "s/blast//" | perl -pwe '$_ = lcfirst($_)' | perl -wpe "s/FB|KG|SG//" \
   | tee -a $db.fullList
 echo