95d35e7bc2de062c22bb4969d1d16bd1604b6f26
kate
  Mon Aug 3 23:21:12 2015 -0700
Schemas for GTEX exon and gene tracks. Likely interim. refs #15648

diff --git src/hg/lib/bed6FloatVal.as src/hg/lib/bed6FloatVal.as
new file mode 100644
index 0000000..64a47ca
--- /dev/null
+++ src/hg/lib/bed6FloatVal.as
@@ -0,0 +1,12 @@
+table bed6FloatVal
+"BED 6 (with 0-1000 score), but also with floating-point value."
+    (
+    string chrom;      "Reference sequence chromosome or scaffold"
+    uint   chromStart; "Start position in chromosome"
+    uint   chromEnd;   "End position in chromosome"
+    string name;       "Name of item"
+    int    score;      "0-1000 score for useScore shading"
+    char[1] strand;    "+ or -"
+    float  val;         "Floating point value."
+    )
+