f41fc338ea8d2f30b241f4af099527bcac02b1c8 lrnassar Wed Mar 8 16:54:00 2023 -0800 Ongoing work to standardize otto, removing individual ottomeister in favor of a central email repo people can subscribe to, refs #28331 diff --git src/hg/utils/otto/decipher/decipherWrapper.sh src/hg/utils/otto/decipher/decipherWrapper.sh index e6110c3..adfc8a7 100755 --- src/hg/utils/otto/decipher/decipherWrapper.sh +++ src/hg/utils/otto/decipher/decipherWrapper.sh @@ -1,8 +1,8 @@ #!/bin/sh -e PATH=/cluster/bin/x86_64:$PATH -EMAIL="lrnassar@ucsc.edu" +EMAIL="otto-group@ucsc.edu" WORKDIR="/hive/data/outside/otto/decipher" cd $WORKDIR ./checkDecipher.sh $WORKDIR 2>&1 | mail -s "DECIPHER Build" $EMAIL