7ca589e9eb061fa0b78b02f616c6b28c85fc15e5
hiram
  Thu Oct 21 11:18:31 2021 -0700
indicate the cron tab entry

diff --git src/hg/utils/otto/grcIncident/README.txt src/hg/utils/otto/grcIncident/README.txt
index 1ea4ba2..5595286 100644
--- src/hg/utils/otto/grcIncident/README.txt
+++ src/hg/utils/otto/grcIncident/README.txt
@@ -1,16 +1,22 @@
 
+Thu Oct 21 11:17:52 PDT 2021
+
+The cron job is daily at 09:33
+
+33 09 * * * /hive/data/outside/grc/incidentDb/runUpdate.sh makeItSo
+
 Tue Sep  3 10:48:30 PDT 2019
 
 Create the directory:
    /gbdb/<db>/bbi/grcIncidentDb
 
 Add the new work directory to the list in runUpdate.sh:
 
 for D in GRCh37 GRCh38 GRCm38 Zv9 MGSCv37 GRCz10 GRCz11 Gallus_gallus-5.0 GRCg6a
 ...
 
 Need to get the refSeq.chromNames.tab file established in the new
 directory:
 
   hgsql -e 'select * from chromAlias;' galGal6 \
      | grep -i refseq | cut -f1,2 | sort > refSeq.chromNames.tab