7332b44765b8b790129d59cf56b466f8d3ecb3e5
max
  Tue Nov 12 05:22:40 2019 -0800
fixing avada table description

diff --git src/hg/makeDb/avada/avada.as src/hg/makeDb/avada/avada.as
index d30ff54..5615d62 100644
--- src/hg/makeDb/avada/avada.as
+++ src/hg/makeDb/avada/avada.as
@@ -1,19 +1,19 @@
 table avada
-"Browser extensible data (12 fields) plus two sequences"
+"AVADA variant information"
     (
     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)"
     string entrezs;       "Gene (Entrez)"
     string refSeq;       "Transcript (RefSeq)"
     )