cb1c4abd76722d2f3dc7e767022b7b812573ec5a gperez2 Wed Apr 2 16:40:10 2025 -0700 Updating the cron since the , is causing issues, No RM diff --git src/hg/utils/otto/lrg/lrgWrapper.sh src/hg/utils/otto/lrg/lrgWrapper.sh index 9c4a1e04c50..0a92fdf6c1b 100755 --- src/hg/utils/otto/lrg/lrgWrapper.sh +++ src/hg/utils/otto/lrg/lrgWrapper.sh @@ -1,8 +1,8 @@ #!/bin/sh -e PATH=/cluster/bin/x86_64:/cluster/bin/scripts:$PATH -EMAIL="otto-group@ucsc.edu,chmalee@ucsc.edu" +EMAIL="otto-group@ucsc.edu chmalee@ucsc.edu" WORKDIR="/hive/data/outside/otto/lrg" cd $WORKDIR ./checkLrg.sh $WORKDIR 2>&1 | mail -s "LRG Build" $EMAIL