53311ec095b1363dd64ac4fbd9e3532e822ce8fc
braney
  Mon May 11 15:38:53 2015 -0700
knownGeneMrna.as and knownToVisiGene.as to get descriptions into table
browser #15145

diff --git src/hg/lib/knownBlastTab.as src/hg/lib/knownBlastTab.as
index f79576d..cb042e8 100644
--- src/hg/lib/knownBlastTab.as
+++ src/hg/lib/knownBlastTab.as
@@ -1,17 +1,17 @@
-table hgBlastTab
+table knownBlastTab
 "Blast alignments to other proteins from this species."
     (
     string query;	"Name of sequence in this assembly (query)"
     string target;	"Name of sequence in other assembly (target)"
     float identity;	"Percent identity"
     uint aliLength;	"Length of alignment"
     uint mismatch;	"Number of mismatches"
     uint gapOpen;	"Number of gap openings"
     uint qStart;	"Start in query (0 based)"
     uint qEnd;		"End in query (non-inclusive)"
     uint tStart;	"Start in target (0 based)"
     uint tEnd;		"End in target (non-inclusive)"
     double eValue;	"Expectation value"
     double bitScore;	"Bit score"
     )