2aa6100449742684bbd3fc9d86ace72319e0308b
max
  Thu Sep 19 07:39:11 2019 -0700
fixing tdb bug due to duplicated table name in as file

diff --git src/hg/makeDb/avada/avada.as src/hg/makeDb/avada/avada.as
index aaf97b0..d30ff54 100644
--- src/hg/makeDb/avada/avada.as
+++ src/hg/makeDb/avada/avada.as
@@ -1,16 +1,16 @@
-table bed12wSeq
+table avada
 "Browser extensible data (12 fields) plus two sequences"
     (
     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 pmid;       "Pubmed ID"
     string geneSym;       "Gene Symbol"
     string variant;     "Variant as in Paper"
     string ensId;       "Gene (Ensembl)"