a08a57856cdee6e077684b0f8519a915e5fbdedd
chmalee
  Mon Sep 21 07:53:05 2020 -0700
Removing duplicated autoSql def for old version of lovd track, refs build email

diff --git src/hg/utils/otto/lovd/lovd.as src/hg/utils/otto/lovd/lovd.as
deleted file mode 100644
index 7f9ce2d..0000000
--- src/hg/utils/otto/lovd/lovd.as
+++ /dev/null
@@ -1,12 +0,0 @@
-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"
-    )
-