0a6421e764888bb6e8e1b2058501f7ce4188d814
markd
  Mon Jun 17 02:08:53 2019 -0700
import of prerelease of gencode V31lift37

diff --git src/hg/lib/encode/wgEncodeGencodeGeneSymbol.sql src/hg/lib/encode/wgEncodeGencodeGeneSymbol.sql
index 31324ce..0f5033d 100644
--- src/hg/lib/encode/wgEncodeGencodeGeneSymbol.sql
+++ src/hg/lib/encode/wgEncodeGencodeGeneSymbol.sql
@@ -1,13 +1,13 @@
 # wgEncodeGencodeGeneSymbol.sql was originally generated by the autoSql program, which also 
 # generated wgEncodeGencodeGeneSymbol.c and wgEncodeGencodeGeneSymbol.h.  This creates the database representation of
 # an object which can be loaded and saved from RAM in a fairly 
 # automatic way.
 
 #GENCODE transcript to official gene symbol.  For human, this is the HUGO Gene Nomenclature Committee (HGNC) gene symbo.  For mouse, this is the Mouse Genome Informatics (MGI) gene symbol.
 CREATE TABLE wgEncodeGencodeGeneSymbol (
     transcriptId varchar(255) not null,	# GENCODE transcript identifier
     symbol varchar(255) not null,	# HGNC/MGI gene symbol
     geneId varchar(255) not null,	# HGNC/MGI symbol id used by database
               #Indices
-    PRIMARY KEY(transcriptId)
+    INDEX(transcriptId)
 );