src/hg/lib/arCOGs.as 1.1

1.1 2009/10/14 20:27:44 holmes
adding arcog table
Index: src/hg/lib/arCOGs.as
===================================================================
RCS file: src/hg/lib/arCOGs.as
diff -N src/hg/lib/arCOGs.as
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/arCOGs.as	14 Oct 2009 20:27:44 -0000	1.1
@@ -0,0 +1,11 @@
+table arCOGs "arCOG Information"
+	(
+	  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 gene;		"standard name"
+	)
\ No newline at end of file