76d3f3b7c989c8c4f7be04e6893638ecfddba0f0 max Thu Jan 23 12:26:31 2014 -0800 removing files after code review, refs #12524 diff --git src/hg/lib/pubsBingSequenceAnnot.as src/hg/lib/pubsBingSequenceAnnot.as deleted file mode 100644 index d6db962..0000000 --- src/hg/lib/pubsBingSequenceAnnot.as +++ /dev/null @@ -1,13 +0,0 @@ -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" - )