5781247080c97e4aba9aba2afb39686b5f9419a2 max Wed Jan 22 07:50:46 2014 -0800 fixing .as files, refs #12212 diff --git src/hg/lib/pubsBingSequenceAnnot.as src/hg/lib/pubsBingSequenceAnnot.as index 9ab39e8..58c63b8 100644 --- src/hg/lib/pubsBingSequenceAnnot.as +++ src/hg/lib/pubsBingSequenceAnnot.as @@ -1,12 +1,13 @@ -table pubsBingSequenceAnnot +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" + 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" )