src/hg/lib/geneTree.as 1.1

1.1 2010/03/21 01:01:28 pchan
add geneTree table
Index: src/hg/lib/geneTree.as
===================================================================
RCS file: src/hg/lib/geneTree.as
diff -N src/hg/lib/geneTree.as
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/geneTree.as	21 Mar 2010 01:01:28 -0000	1.1
@@ -0,0 +1,6 @@
+table geneTree
+"A tree that represents the phylogenetic relation between a gene and its orthologs."
+    (
+    string name;	"Name of gene"
+    lstring tree;        "Newick format of phylogenetic tree"
+    )