9f4f2fcb80c1437130199c40a3fba71e469bda6d
braney
  Thu Oct 27 13:16:04 2016 -0700
add bigChain.as and bigLink.as to kent src

diff --git src/hg/lib/bigLink.as src/hg/lib/bigLink.as
new file mode 100644
index 0000000..fd89a9c
--- /dev/null
+++ src/hg/lib/bigLink.as
@@ -0,0 +1,12 @@
+
+
+table bigLink
+"bigLink pairwise alignment"
+    (
+    string chrom;       "Reference sequence chromosome or scaffold"
+    uint   chromStart;  "Start position in chromosome"
+    uint   chromEnd;    "End position in chromosome"
+    string name;        "Name or ID of item, ideally both human readable and unique"
+    uint qStart;        "start of alignment on query sequence"
+    )
+