1a51df9e3e5ada3fef5b68622e0fb4d2b9cbffe8 max Thu Jun 22 02:09:59 2023 -0700 fixing up revel.as file, email from Angie, found by buildTableDescriptions cron job diff --git src/hg/makeDb/revel/revel.as src/hg/makeDb/revel/revel.as index e31e559..0fc647e 100644 --- src/hg/makeDb/revel/revel.as +++ src/hg/makeDb/revel/revel.as @@ -1,14 +1,15 @@ -table bed6 -"Browser extensible data" +table revelOverlaps +"a BED8 with two additional fields" ( string chrom; "Reference sequence chromosome or scaffold" uint chromStart; "Start position in chromosome" uint chromEnd; "End position in chromosome" string name; "Name of item" uint score; "Score from 0-1000 (might not be applicable)" char[1] strand; "+, - or . for unknown" uint thickStart; "Start of where display should be thick" uint thickEnd; "End of where display should be thick" - lstring transcriptId; "Transcript IDs for the score" - string revelScore; "Revel score for mutation on transcripts above" + uint itemRgb; "End of where display should be thick" + lstring _jsonTable; "Scores for transcript ID" + lstring _mouseOver; "Mouse over text" )