src/hg/lib/pgPhenoAssoc.as 1.1

1.1 2010/03/08 17:45:40 giardine
Adding phenotype tables for pgSnp track hgc clicks
Index: src/hg/lib/pgPhenoAssoc.as
===================================================================
RCS file: src/hg/lib/pgPhenoAssoc.as
diff -N src/hg/lib/pgPhenoAssoc.as
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/pgPhenoAssoc.as	8 Mar 2010 17:45:40 -0000	1.1
@@ -0,0 +1,9 @@
+table pgPhenoAssoc
+"phenotypes from various databases for pgSnp tracks"
+    (
+    string  chrom;          "Chromosome"
+    uint    chromStart;     "Start position in chrom"
+    uint    chromEnd;       "End position in chrom"
+    string  name;           "Phenotype"
+    lstring srcUrl;	    "link back to source database
+    )