dc23932b2dae91522d130c311ae3b28dbce488e6
braney
  Fri May 22 13:54:01 2015 -0700
add NCBI metadata to NCBI RefSeq track ( refs# 13673)

diff --git src/hg/lib/ncbiRefLink.as src/hg/lib/ncbiRefLink.as
new file mode 100644
index 0000000..c70d364
--- /dev/null
+++ src/hg/lib/ncbiRefLink.as
@@ -0,0 +1,9 @@
+table ncbiRefLink
+"Metadata for NCBI RefSeq Genes"
+    (
+    string id;                  "transcript id"
+    string gbKey;               "molecule type"
+    string gene;                "gene name"
+    string dbXref;              "database cross reference"
+    string product;		"product"
+    )