1cfcd358bab5bee746cb33e15fc861f6206835b6 jcasper Sun Mar 2 09:35:30 2025 -0800 Gotta run cluster jobs on hgwdev instead of ku for a bit, and s-nail wants spaces instead of commas in the recipients list, refs #35189 diff --git src/hg/utils/otto/knownGene/genIspcrMail.sh src/hg/utils/otto/knownGene/genIspcrMail.sh index 9e71635e911..3a31b5a523d 100755 --- src/hg/utils/otto/knownGene/genIspcrMail.sh +++ src/hg/utils/otto/knownGene/genIspcrMail.sh @@ -1,9 +1,9 @@ (echo Hey my friends, echo echo Could you please start an untranslated -stepSize=5 production gfserver with this 2bit file? echo echo hgwdev:/gbdb/$db/targetDb/${db}KgSeq${GENCODE_VERSION}.2bit echo echo thanks! -echo $USER) | mail -s "production gfserver start" -r $USER@ucsc.edu cluster-admin@soe.ucsc.edu,$USER@ucsc.edu +echo $USER) | mail -s "production gfserver start" -r $USER@ucsc.edu cluster-admin@soe.ucsc.edu $USER@ucsc.edu