d8a632950a717f3ecaddbfb01c0e0b84f5b6726a
markd
  Tue May 21 11:57:36 2019 -0700
remove static limit on size the number of blocks that can be in a bigPsl.  Test case not checked in, as it is 20mb for one record (fixes #23537)

diff --git src/hg/lib/encode/wgEncodeGencodeGeneSymbol.as src/hg/lib/encode/wgEncodeGencodeGeneSymbol.as
index e6e1048..93992b2 100644
--- src/hg/lib/encode/wgEncodeGencodeGeneSymbol.as
+++ src/hg/lib/encode/wgEncodeGencodeGeneSymbol.as
@@ -1,6 +1,7 @@
 table wgEncodeGencodeGeneSymbol
 "GENCODE transcript to official gene symbol.  For human, this is the HUGO Gene Nomenclature Committee (HGNC) gene symbo.  For mouse, this is the Mouse Genome Informatics (MGI) gene symbol."
    (
     string transcriptId; "GENCODE transcript identifier"
     string symbol; "HGNC/MGI gene symbol"
+    string geneId; "HGNC/MGI symbol id used by database"
    )