f225bd9ef750fb706f2f14bd87e3512b43e23dc1
max
  Wed May 13 13:50:34 2020 -0700
Revert "adding a protease track to uniprot, refs #25192". I have no idea what happened here, looks like I typed git commit -a instead of git commit -m

This reverts commit db7c8abb6d7674bb26f579eabb58bc080ce76fdd.

diff --git src/hg/makeDb/avada/avada.as src/hg/makeDb/avada/avada.as
index 2f569ae..5615d62 100644
--- src/hg/makeDb/avada/avada.as
+++ src/hg/makeDb/avada/avada.as
@@ -1,25 +1,19 @@
 table avada
 "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)"
-    string pmid;       "Pubmed ID"
-    lstring title;       "Title"
-    lstring authors;       "Authors"
-    string ref;       "Reference"
-    string doi;       "DOI"
-    lstring abstract;       "Abstract"
-    string _mouseOver;       "mouse over text"
     )