cac1441bfc2875dfc102efd2f69fee5f79a11f47 braney Sun Dec 2 08:29:04 2018 -0800 remove bigLolly.as for the moment diff --git src/hg/lib/bigLolly.as src/hg/lib/bigLolly.as deleted file mode 100644 index acb12f9..0000000 --- src/hg/lib/bigLolly.as +++ /dev/null @@ -1,14 +0,0 @@ -table refSeqFuncElems -"Bed 9+" - ( - string chrom; "Reference sequence chromosome or scaffold" - uint chromStart; "Start position in chromosome" - uint chromEnd; "End position in chromosome" - string name; "type of element" - uint score; "unused; placeholder for BED format" - char[1] strand; "+ for forward strand, - for reverse strand" - uint thickStart; "Start position in chromosome" - uint thickEnd; "End position in chromosome" - uint reserved; "Used as itemRgb: color based on type of element" - lstring _mouseOver; "Mouse over label" - )