3837053174a8f39a555150e38d8763ef25309c90
chmalee
  Wed Apr 19 16:24:35 2017 -0700
Modifying joiner batch scripts so non soe emails still receive notifications that the scripts are done, no refs

diff --git src/utils/qa/joinerBatchTimes.csh src/utils/qa/joinerBatchTimes.csh
index 8a1cdc0..f35dd39 100755
--- src/utils/qa/joinerBatchTimes.csh
+++ src/utils/qa/joinerBatchTimes.csh
@@ -63,17 +63,17 @@
 endif
 
 if ($dbs == 'extra') then
   set thisRun=`echo  $active | sed -e "s/ /\n/g" | grep '^sp\|^go\|^prot\|^visi\|^uni'`
 endif
 
 # now do it!
 foreach db ($thisRun)
  echo "\nStart $db `date`" >> $log
     joinerCheck ~/kent/src/hg/makeDb/schema/all.joiner -database=$db -times >& $db.$d
  echo "End $db `date`" >> $log
 end
 
 echo "\n\nEnd All `date`" >> $log
 
-mail -s "$log results" $USER@soe.ucsc.edu < $log
+mail -s "$log results" $USER@ucsc.edu < $log