src/hg/lib/cddDesc.as 1.1

1.1 2009/09/24 20:56:38 holmes
adding cdd description table
Index: src/hg/lib/cddDesc.as
===================================================================
RCS file: src/hg/lib/cddDesc.as
diff -N src/hg/lib/cddDesc.as
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/cddDesc.as	24 Sep 2009 20:56:38 -0000	1.1
@@ -0,0 +1,10 @@
+table cddDesc "Conserved Domain Description"
+	(
+	  uint cddid;      "identifier"
+	  string accession;   "accession"
+	  string cddname;     "Name of domain"
+	  string name;       "hit name"
+	  string cdddesc;        "descriptive name"
+	  uint cddlength;      "length"
+	)
+	
\ No newline at end of file