9713c911f31c4acdc9f5dff7378e7b4f1367818f
hiram
  Thu Aug 15 13:52:51 2013 -0700
adding track INSDC name refs #11348
diff --git src/hg/lib/ucscToINSDC.as src/hg/lib/ucscToINSDC.as
new file mode 100644
index 0000000..20a1a57
--- /dev/null
+++ src/hg/lib/ucscToINSDC.as
@@ -0,0 +1,8 @@
+table ucscToINSDC
+"UCSC to INSDC chromosome name translation table."
+    (
+    string chrom;	"UCSC chromosome name
+    uint   chromStart;	"Start position in chromosome"
+    uint   chromEnd;	"End position in chromosome"
+    string name;	"INSDC name at www.insdc.org"
+    )