b184d01c4cf9cfc3dd132567ed0809cba0389ca4 kate Thu Oct 8 16:39:49 2020 -0700 Biggified to add diseases to GeneReviews mouseover. refs #19841 diff --git src/hg/utils/otto/geneReviews/geneReviewsWrapper.sh src/hg/utils/otto/geneReviews/geneReviewsWrapper.sh index 9b0159f..898f566 100755 --- src/hg/utils/otto/geneReviews/geneReviewsWrapper.sh +++ src/hg/utils/otto/geneReviews/geneReviewsWrapper.sh @@ -1,8 +1,8 @@ #!/bin/sh -e PATH=/cluster/bin/x86_64:$PATH -EMAIL="jcasper@soe.ucsc.edu,chmalee@ucsc.edu" +EMAIL="jcasper@soe.ucsc.edu,chmalee@ucsc.edu,kate@soe.ucsc.edu" WORKDIR="/hive/data/outside/otto/geneReviews" cd $WORKDIR ./checkGeneReviews.sh $WORKDIR 2>&1 | mail -s "GENEREVIEW Build" $EMAIL