df66e5b7936616048e5503a03196ef1684a63a07 kate Wed Mar 16 12:07:50 2016 -0700 New schema for GTEX gene bed file. Removes bogus transcriptId and replaces transcriptClass with geneType. refs #15645 diff --git src/hg/lib/gtexTranscript.sql src/hg/lib/gtexTranscript.sql deleted file mode 100644 index ebeadde..0000000 --- src/hg/lib/gtexTranscript.sql +++ /dev/null @@ -1,12 +0,0 @@ -# gtexTranscript.sql was originally generated by the autoSql program, which also -# generated gtexTranscript.c and gtexTranscript.h. This creates the database representation of -# an object which can be loaded and saved from RAM in a fairly -# automatic way. - -#GTEx Transcript -CREATE TABLE gtexTranscript ( - geneId varchar(255) not null, # Ensembl Gene ID - transcriptName varchar(255) not null, # Ensembl Transcript Name - #Indices - PRIMARY KEY(geneId) -);