src/hg/lib/alignInfo.as 1.1

1.1 2009/09/08 18:44:17 holmes
adding aligned features autosql
Index: src/hg/lib/alignInfo.as
===================================================================
RCS file: src/hg/lib/alignInfo.as
diff -N src/hg/lib/alignInfo.as
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/alignInfo.as	8 Sep 2009 18:44:17 -0000	1.1
@@ -0,0 +1,15 @@
+table alignInfo "Aligned Features 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 -"
+	  uint hasmatch;     "If it has match in aligned species"
+	string orgn;      "aligned organism"
+	  string alignChrom;      "chromosome for aligned species"
+	  uint alignChromStart;   "Start position in chromosome for aligned species"
+	  uint alignChromEnd;     "End position in chromosome for aligned species"
+
+	)
\ No newline at end of file