cbfe2c0af6949ffd02b9f52f5734d2d44c3c9011
cvaske
  Thu Dec 12 14:26:34 2024 -0800
CIViC: add mouseover text and full otto crontab refs #34371

diff --git src/hg/utils/otto/civic/civic.as src/hg/utils/otto/civic/civic.as
index 5ef169d..982e463 100644
--- src/hg/utils/otto/civic/civic.as
+++ src/hg/utils/otto/civic/civic.as
@@ -1,23 +1,24 @@
 table civicdbBed
 "Browser extensible data (12 fields) plus information about a CIViC DB locus."
 (
     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;               ""
     int blockCount;              "Number of blocks"
     int[blockCount] blockSizes;  "Comma separated list of block sizes"
     int[blockCount] chromStarts; "Start positions relative to chromStart"
     string origVariant;          "Link to CIViC DB original variant"
     string origReference;        "Genome reference of original annotation"
     lstring alleleRegistryId;    "ClinVar Variation ID"
     lstring clinvarId;           "ClinGen Allele Registry Accession"
     string lastReviewDate;       "Date of last CIViC review"
     lstring diseaseLink;         "Associated disease types"
     lstring therapies;           "Associated therapies"
+    lstring mouseOverHTML;       "Disease and therapy summary"
 )