src/hg/lib/ucscRetroCds.sql 1.1
1.1 2009/08/14 19:06:45 baertsch
initial version
Index: src/hg/lib/ucscRetroCds.sql
===================================================================
RCS file: src/hg/lib/ucscRetroCds.sql
diff -N src/hg/lib/ucscRetroCds.sql
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/ucscRetroCds.sql 14 Aug 2009 19:06:45 -0000 1.1
@@ -0,0 +1,6 @@
+# gene symbol list of ucscRetroCds
+CREATE TABLE ucscRetroCds (
+ id varchar(40), # Gene id with version
+ cds varchar(40), # cds
+ KEY(id)
+);