7f33fb42a1fb58a02a3f798e56332e5beac65133 max Sat Mar 17 13:21:09 2012 -0700 renaming all publications tracks tables to pubsXXXX diff --git src/hg/lib/t2gSequence.sql src/hg/lib/t2gSequence.sql deleted file mode 100644 index 9ac823d..0000000 --- src/hg/lib/t2gSequence.sql +++ /dev/null @@ -1,8 +0,0 @@ -#Text to Genome project sequence data table -CREATE TABLE t2gSequence ( - pmcId bigint not null, # PubMedCentral ID of article - seqId int not null, # number of sequence in article - sequence blob not null, # sequences - #Indices - KEY docIdIdx(pmcId) -);