81bc6ac87d240fee77cd8827f3ce117ba35d4172
max
  Wed Jan 22 07:52:08 2014 -0800
fixing typo in last commit
diff --git src/hg/lib/pubsBingSequenceAnnot.as src/hg/lib/pubsBingSequenceAnnot.as
index 58c63b8..d6db962 100644
--- src/hg/lib/pubsBingSequenceAnnot.as
+++ src/hg/lib/pubsBingSequenceAnnot.as
@@ -1,13 +1,13 @@
-table pubsSequenceAnnot
+table pubsBingSequenceAnnot
 "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"
     string fileUrl;       "url 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"
     )