src/hg/lib/jaxAllelePheno.as 1.1

1.1 2009/07/07 20:33:39 angie
Meant to check these in a long time ago (thanks Brooke!).
Index: src/hg/lib/jaxAllelePheno.as
===================================================================
RCS file: src/hg/lib/jaxAllelePheno.as
diff -N src/hg/lib/jaxAllelePheno.as
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/jaxAllelePheno.as	7 Jul 2009 20:33:39 -0000	1.1
@@ -0,0 +1,7 @@
+table jaxAllelePheno
+"MGI Allele/Phenotype relationships."
+    (
+    string allele;      "Allele transcript name."
+    string transcript;	"Transcript name (used by phenotype table)."
+    lstring phenotypes;	"Comma-separated list of phenotypes for this allele."
+    )