92403f62ccb18b27867f9220c679b31e4336d8a6 fanhsu Mon Oct 25 15:13:52 2010 -0700 Checking in .sql for RGD Genes build. Issue #29. diff --git src/hg/lib/rgdGene2ToDisplayId.sql src/hg/lib/rgdGene2ToDisplayId.sql new file mode 100644 index 0000000..01fa726 --- /dev/null +++ src/hg/lib/rgdGene2ToDisplayId.sql @@ -0,0 +1,8 @@ +# A xref table for rgdGene2 +CREATE TABLE rgdGene2ToDisplayId ( + name varchar(40) not null, # RGD gene ID + value varchar(40), # Description + + key name(name), + key value(value) +);