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 @@ -8,16 +8,17 @@ 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" )