src/hg/makeDb/doc/sacCer2.txt 1.9

1.9 2009/07/01 22:39:45 kuhn
oops. munged the rename
Index: src/hg/makeDb/doc/sacCer2.txt
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/doc/sacCer2.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/hg/makeDb/doc/sacCer2.txt	23 Jun 2009 21:04:04 -0000	1.8
+++ src/hg/makeDb/doc/sacCer2.txt	1 Jul 2009 22:39:45 -0000	1.9
@@ -1197,10 +1197,10 @@
 do
     hgsql -e "delete from knownBlastTab where query=\"${N}\";" sacCer2
 done
 
-# knownBlastTab does not run any columnsin yeast GS.  
- RENAME TABLE sgdBlastTab SELECT * FROM knownBlastTab;
+# knownBlastTab does not run any columns in yeast GS.  
+ RENAME TABLE knownBlastTab TO sgdBlastTab;
 #  kuhn and katrina 06-18-2009
 
 #########################################################################
 #  creating download files and pushQ (DONE - 2009-02-24 - Hiram)