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/clinGen/clinGenWrapper.sh src/hg/utils/otto/clinGen/clinGenWrapper.sh index d972bf9..bff4d84 100755 --- src/hg/utils/otto/clinGen/clinGenWrapper.sh +++ src/hg/utils/otto/clinGen/clinGenWrapper.sh @@ -1,7 +1,7 @@ #!/bin/sh -e PATH=/cluster/bin/x86_64:$PATH -EMAIL="lrnassar@ucsc.edu" +EMAIL="otto-group@ucsc.edu" WORKDIR="/hive/data/outside/otto/clinGen" cd $WORKDIR ./checkClinGen.sh $WORKDIR 2>&1 | mail -s "ClinGen Build" $EMAIL