5f856345200f8861b168c85d45e267010d6b55e4
chmalee
  Mon Aug 3 16:40:33 2020 -0700
Update LOVD to bigBed, refs #25841

diff --git src/hg/utils/otto/lovd/lovd.as src/hg/utils/otto/lovd/lovd.as
new file mode 100644
index 0000000..7f9ce2d
--- /dev/null
+++ src/hg/utils/otto/lovd/lovd.as
@@ -0,0 +1,12 @@
+table lovd
+"Leiden Open Variation Database Public Variants"
+    (
+    string chrom;        "Chromosome (or contig, scaffold, etc.)"
+    uint   chromStart;   "Start position in chromosome"
+    uint   chromEnd;     "End position in chromosome"
+    string name;         "Name of item"
+    string id;           "Link to LOVD"
+    string variantEffect; "Variant Effect"
+    string lovdInstalls; "Number of LOVD installations reporting this variant"
+    )
+