7355201a77e934e6e7f28242d4beb15d694e7c8d braney Sun Oct 11 13:21:05 2020 -0700 initial work on Clinvar Submissions track #26330 diff --git src/hg/lib/clinvarSubLolly.as src/hg/lib/clinvarSubLolly.as new file mode 100644 index 0000000..c35792f --- /dev/null +++ src/hg/lib/clinvarSubLolly.as @@ -0,0 +1,21 @@ +table clinsub +"Clinvar Submissions" + ( + #bed 9 + 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; "Used as itemRgb as of 2004-11-22" + + #extra fields + uint lollySize; "Size of lollipop" + lstring changes; "changes + lstring variantIds; "variantIds + lstring subIds; "subIds + lstring _mouseOver; "mouseOver" + )