src/hg/lib/dgv.as 1.2

1.2 2009/02/23 19:36:14 angie
Corrected description of thickStart and thickEnd.
Index: src/hg/lib/dgv.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/dgv.as,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 1000000 -r1.1 -r1.2
--- src/hg/lib/dgv.as	9 May 2008 20:41:18 -0000	1.1
+++ src/hg/lib/dgv.as	23 Feb 2009 19:36:14 -0000	1.2
@@ -1,19 +1,19 @@
 table dgv
 "Database of Genomic Variants"
     (
     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 -"
-    uint thickStart;    "Start of where display should be thick (start codon)"
-    uint thickEnd;      "End of where display should be thick (stop codon)"
+    uint thickStart;    "Same as chromStart (placeholder for BED 9+ format)"
+    uint thickEnd;      "Same as chromEnd (placeholder for BED 9+ format)"
     uint itemRgb;	"Item R,G,B color."
     string landmark;    "Genomic marker near the variation locus"
     string varType;     "Type of variation"
     string reference;   "Literature reference for the study that included this variant"
     uint pubMedId;      "For linking to pubMed abstract of reference"
     string method;      "Brief description of method/platform"
     lstring sample;     "Description of sample population for the study"
     )