5adcf6bc2904690de7b7b30a83ec8a7a0996abe9
galt
  Tue Aug 21 00:01:25 2018 -0700
changing cse subdomain to soe

diff --git src/utils/qa/syncAday.csh src/utils/qa/syncAday.csh
index d60e9fa..1232680 100755
--- src/utils/qa/syncAday.csh
+++ src/utils/qa/syncAday.csh
@@ -21,18 +21,18 @@
   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
 cat $basePath/$db
-echo "http://genecats.cse.ucsc.edu/qa/test-results/sync/$db" 
+echo "http://genecats.soe.ucsc.edu/qa/test-results/sync/$db" 
 echo