53311ec095b1363dd64ac4fbd9e3532e822ce8fc braney Mon May 11 15:38:53 2015 -0700 knownGeneMrna.as and knownToVisiGene.as to get descriptions into table browser #15145 diff --git src/hg/lib/knownGeneMrna.as src/hg/lib/knownGeneMrna.as new file mode 100644 index 0000000..6f05fd8 --- /dev/null +++ src/hg/lib/knownGeneMrna.as @@ -0,0 +1,6 @@ +table knownGeneMrna +"The mRNA sequence that represents each UCSC Genes transcript." + ( + string name; "Name of gene" + lstring seq; "mRNA sequence" + )