src/utils/qa/genbankRun.csh 1.3

1.3 2009/09/08 17:47:26 kuhn
fixed updateTimes.csh to work with msyql v5.0 dumps. also simplified the way it works, removing some of the flexibily seldom used. changed call in genbankRun.csh to use new version.
Index: src/utils/qa/genbankRun.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/genbankRun.csh,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/utils/qa/genbankRun.csh	11 Apr 2009 00:37:03 -0000	1.2
+++ src/utils/qa/genbankRun.csh	8 Sep 2009 17:47:26 -0000	1.3
@@ -53,6 +53,7 @@
 # database is present, go ahead with the updateTimes script
 echo "This shows the last time the genbank $tableName table was updated"
 echo "for $db on hgwbeta (listed first) and on hgw1 (listed second):"
 
-updateTimes.csh $db $tableName hgwbeta $machine | grep '[0-9,4]'
+updateTimes.csh $db $tableName | grep '.' | tail -2
+