2ecc3d06e54d325c3e45850738ddd44b19f79a23
chmalee
  Tue Sep 22 07:41:43 2020 -0700
Fix lovd short and long table names in autoSql, refs build email

diff --git src/hg/utils/otto/lovd/lovd.long.as src/hg/utils/otto/lovd/lovd.long.as
index be656d3..1e80919 100644
--- src/hg/utils/otto/lovd/lovd.long.as
+++ src/hg/utils/otto/lovd/lovd.long.as
@@ -1,17 +1,17 @@
-table lovd
+table lovdLong
 "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"
     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 reserved;     "Used as itemRgb as of 2004-11-22"
     string id;           "Link to LOVD"
     string variantEffect; "Variant Effect"
     string lovdInstalls; "Number of LOVD installations reporting this variant"
     )