dcf5e351b5c73a3c47ffd4d46fd00fea74c38d25 braney Tue Mar 11 16:42:17 2014 -0700 mm10 ucsc genes is ready for QA, reloading uniProt table to fix bug inspToDb. Load a coupple more tables in the proteome database diff --git src/hg/lib/spOldNew.sql src/hg/lib/spOldNew.sql index 115a096..bc7b549 100644 --- src/hg/lib/spOldNew.sql +++ src/hg/lib/spOldNew.sql @@ -1,8 +1,8 @@ # cross-reference table between the old and new Swiss-Prot/TrEMBL display IDs. CREATE TABLE spOldNew ( acc varchar(40) NOT NULL default '', # primary accession number oldDisplayId varchar(40) NOT NULL default '', # old display ID newDisplayId varchar(40) NOT NULL default '', # new dipslay ID KEY acc(acc) -) TYPE=MyISAM; +) ENGINE=MyISAM;