ae3969602106c0229160648f6ff6c87c3ad0de2d giardine Tue Dec 7 14:13:12 2010 -0800 Addition of wiki track and supporting tracks for microattribution reviews (part of the variome project) diff --git src/hg/lib/variome.as src/hg/lib/variome.as new file mode 100644 index 0000000..1190a44 --- /dev/null +++ src/hg/lib/variome.as @@ -0,0 +1,20 @@ +table variome +"variome bed 6+ structure" + ( + ushort bin; "used for efficient position indexing" + 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" + char[1] strand; "+ or -" + string db; "database for item" + string owner; "creator of item" + string color; "rgb color of item (currently unused)" + string class; "classification of item (browser group)" + string creationDate; "date item created" + string lastModifiedDate; "date item last updated" + string descriptionKey; "name of wiki description page" + uint id; "auto-increment item ID" + string geneSymbol; "knownGene kgXref geneSymbol name" + )