0d29358765d9b83ba686a976ca9a572723df24b4
lrnassar
  Wed Jun 7 12:57:04 2023 -0700
Updating the .as field since some disease descriptions are now past 255 chars, no RM.

diff --git src/hg/utils/otto/geneReviews/geneReviews.as src/hg/utils/otto/geneReviews/geneReviews.as
index a0532d0..1c65695 100644
--- src/hg/utils/otto/geneReviews/geneReviews.as
+++ src/hg/utils/otto/geneReviews/geneReviews.as
@@ -1,15 +1,15 @@
 table geneReviews
 "GeneReviews gene location and diseases.  BED 9+2.
     (
     string chrom;      "Reference sequence chromosome or scaffold"
     uint   chromStart; "Start position in chromosome"
     uint   chromEnd;   "End position in chromosome"
     string name;       "Gene symbol"
     uint   score;      "Score from 0-1000"
     char[1] strand;    "."
     uint thickStart;   "Start position"
     uint thickEnd;     "End position"
     uint reserved;     "Used as itemRgb as of 2004-11-22"
     uint diseaseCount; "Count of related diseases"
-    string diseases;  "List of related diseases (semi-colon separated), for display"
+    lstring diseases;  "List of related diseases (semi-colon separated), for display"
     )