7b63853e7d35a5af80fea81bc221910e2f55c1f5
max
  Thu Jan 16 03:52:10 2014 -0800
adding .as files for publications track, ref #12212
diff --git src/hg/lib/pubsBingSequenceAnnot.as src/hg/lib/pubsBingSequenceAnnot.as
new file mode 100644
index 0000000..649cfae
--- /dev/null
+++ src/hg/lib/pubsBingSequenceAnnot.as
@@ -0,0 +1,12 @@
+table pubsSequenceAnnot
+"publications track sequence data table"
+    (
+    bigint articleId;     "identifier of the article where the sequence was found"
+    int fileId;           "identifier of the file where the sequence was found"
+    bigint seqId;         "unique identifier of this sequence within a file"
+    bigint annotId;       "articleId(10)+fileId(3)+seqId(5), refd by pubsSequenceAnnot"
+    string fileDesc;      "description of file where sequence was found"
+    lstring sequence;     "sequence"
+    lstring snippet;      "flanking characters around sequence in article"
+    string locations;     "comma-sep list of genomic locations where this sequence matches"
+    )