src/hg/lib/cddInfo.as 1.1

1.1 2009/09/08 18:43:35 holmes
adding cdd autosql
Index: src/hg/lib/cddInfo.as
===================================================================
RCS file: src/hg/lib/cddInfo.as
diff -N src/hg/lib/cddInfo.as
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/cddInfo.as	8 Sep 2009 18:43:35 -0000	1.1
@@ -0,0 +1,15 @@
+table cddInfo "Conserved Domain Description"
+	(
+	  string chrom;      "chromosome"
+	  uint chromStart;   "Start position in chromosome"
+	  uint chromEnd;     "End position in chromosome"
+	  string name;       "hit name"
+	  uint score;        "Score from 900-1000.  1000 is best"
+	  char[1] strand;    "Value should be + or -"
+
+	string fullname;		"standard name"
+	string NCBInum;		"NCBI Identifier"
+	double evalue;         "Expect value"
+	uint percentlength;        "Data source"
+	uint percentident;        "Data source"
+	)
\ No newline at end of file