6a81b996d2ba76182a6db75f84b02f346a6204e8
braney
  Mon Aug 22 17:08:59 2022 -0700
change name so cron utilities don't complain

diff --git src/hg/lib/hgncBig62.as src/hg/lib/hgncBig62.as
index 7923b6a..2e657a3 100644
--- src/hg/lib/hgncBig62.as
+++ src/hg/lib/hgncBig62.as
@@ -1,16 +1,16 @@
-table hgnc
+table hgncBig62
 "A cross-reference table between HUGO Gene Nomenclature Committee (HGNC) IDs and other database IDs."
     (
     string chrom;      "Chromosome (or contig, scaffold, etc.)"
     uint   chromStart; "Start position in chromosome"
     uint   chromEnd;   "End position in chromosome"
     string name;       "Name of item"
     uint   score;      "Score from 0-1000"
     char[1] strand;    "+ or -"
     uint thickStart;   "Start of where display should be thick (start codon)"
     uint thickEnd;     "End of where display should be thick (stop codon)"
     uint reserved;     "Used as itemRgb as of 2004-11-22"
 
     string symbol; "symbol"
     string geneName; "geneName"
     string locus_group; "locus_group"