src/hg/lib/megablastInfo.as 1.1

1.1 2009/11/09 22:24:46 holmes
Adding megablast track
Index: src/hg/lib/megablastInfo.as
===================================================================
RCS file: src/hg/lib/megablastInfo.as
diff -N src/hg/lib/megablastInfo.as
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/megablastInfo.as	9 Nov 2009 22:24:46 -0000	1.1
@@ -0,0 +1,14 @@
+table megablastInfo "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 -"
+
+	double evalue;         "Expect value"
+	uint percentident;        "Data source"
+	string fullname;       "hit name"
+	uint taxid;        "Taxonomy ID"
+	)
\ No newline at end of file