9965011a5b04936d45a5db8daa9b236ee7521dfa
lrnassar
  Tue Apr 28 19:18:26 2026 -0700
Drop redundant umask 002 from otto crontab InSiGHT cron entry per CR. refs #37418

doUpdate.sh already sets umask 002 internally and otto's .bashrc sets it
for interactive shells, so the cron line setting is redundant.

diff --git src/hg/utils/otto/otto.crontab src/hg/utils/otto/otto.crontab
index 377093fcea0..f057b0487ef 100644
--- src/hg/utils/otto/otto.crontab
+++ src/hg/utils/otto/otto.crontab
@@ -75,31 +75,31 @@
 8 16 * * 2 python3 /hive/data/outside/otto/genCC/doGenCC.py
 
 #OMIM
 17 4 * * *  /hive/data/outside/otto/omim/omimWrapper.sh 2>&1
 
 #LOVD
 14 13 * * mon /hive/data/outside/otto/lovd/doUpdate.sh
 
 #Mastermind
 05 8 8  * * /hive/data/outside/otto/mastermind/buildMastermind.sh
 
 #MitoMap
 55 8 *  * 3 /hive/data/outside/otto/mitoMap/checkMitoMapUpdate.sh
 
 # InSiGHT VCEP ClinVar curated variants weekly update
-08 03 * * 2 umask 002; /hive/data/outside/otto/insight/doUpdate.sh
+08 03 * * 2 /hive/data/outside/otto/insight/doUpdate.sh
 
 # UniProt massive 110+ database update, takes 3-4 days.
 #Format: Minute - Hour - DayofMonth month Day-of-week
 MAILTO=max@soe.ucsc.edu,otto-group@ucsc.edu
 00 07 26 * * /hive/data/outside/otto/uniprot/doUpdate.sh run
 
 #wuhCor1 uniprot otto cron by Max, May 2021
 00 4 * * * /hive/data/outside/otto/uniprot/covidCheck.sh
 
 #ClinGen
 00 9 * * * /hive/data/outside/otto/clinGen/clinGenWrapper.sh
 
 #ClinGen CSpec
 11 11 * * 3 /hive/data/outside/otto/clinGen/clinGenCspec/makeClinGenCspec.sh