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/grcIncident/grcUpdate.sh src/hg/utils/otto/grcIncident/grcUpdate.sh index be1e386..502e35f 100755 --- src/hg/utils/otto/grcIncident/grcUpdate.sh +++ src/hg/utils/otto/grcIncident/grcUpdate.sh @@ -1,24 +1,24 @@ #!/bin/bash # exit on any failure set -beEu -o pipefail export TOP="/hive/data/outside/otto/grcIncidentDb" export bbiInfo="/cluster/bin/x86_64/bigBedInfo" -export failMail="hiram@soe.ucsc.edu,lrnassar@ucsc.edu" +export failMail="hiram@soe.ucsc.edu,otto-group@ucsc.edu" if [ $# -ne 4 ]; then echo "usage: grcUpdate.sh " 1>&2 exit 255 fi export debug=0 export workDir="$1" export db="$2" # This ^ trick upper cases the first letter of the string in variable db export Db=${db^} export GRC_issue="$3" export ftpPath="$4/${GRC_issue}.gff3" cd "${TOP}/${workDir}"