e7092e4425eaee7a161400e7b1a7af325809fe3b
lrnassar
  Fri Apr 12 09:03:09 2019 -0700
Simplifying the syncAday cronjob output no RM

diff --git src/utils/qa/syncAday.csh src/utils/qa/syncAday.csh
index 1232680..9fff7d7 100755
--- src/utils/qa/syncAday.csh
+++ src/utils/qa/syncAday.csh
@@ -19,20 +19,20 @@
   echo "    usage:  go"
   echo
   exit
 endif
 
 if ( "$HOST" != "hgwdev" ) then
  echo "\n error: you must run this script on dev!\n"
  exit 1
 endif
 
 set basePath='/usr/local/apache/htdocs-genecats/qa/test-results/sync'
 set db=`databaseAday.csh today`
 rm -f $basePath/$db
 echo "\n$db\n" >> $basePath/$db
 # checkSync.csh $db times >> $basePath/$db
-checkSync.csh $db hgwbeta hgw2 times >> $basePath/$db
+checkSync.csh $db hgwbeta hgw2 >> $basePath/$db
 cat $basePath/$db
 echo "http://genecats.soe.ucsc.edu/qa/test-results/sync/$db" 
 echo