c80394aac5768aa53379e5f43d1c6d30c22a2074 baertsch Fri May 20 15:58:06 2011 -0700 trackDb and sql changes for retrotracks diff --git src/hg/lib/ucscRetroOrtho.sql src/hg/lib/ucscRetroOrtho.sql index 78ae933..6d66514 100644 --- src/hg/lib/ucscRetroOrtho.sql +++ src/hg/lib/ucscRetroOrtho.sql @@ -1,13 +1,13 @@ # ucscRetroOrtho.sql was originally generated by the autoSql program, which also # generated ucscRetroOrtho.c and ucscRetroOrtho.h. This creates the database representation of # an object which can be loaded and saved from RAM in a fairly # automatic way. #Orthlogy of retrogenes based on chains/nets with other species. -CREATE TABLE ucscRetroOrtho ( +CREATE TABLE ucscRetroOrtho1 ( name varchar(255) not null, # Unique name of retrogene db varchar(255) not null, # database of other species overlap int not null, # percent of retro that breaks net relative to other species #Indices PRIMARY KEY(name,db) );