d07b35a4251fd13b1857b2cc513fd42446bf30cc max Thu Jan 16 04:09:56 2014 -0800 fixed some more typos in pubs as/sql files diff --git src/hg/lib/pubsBingSequenceAnnot.as src/hg/lib/pubsBingSequenceAnnot.as index 649cfae..9ab39e8 100644 --- src/hg/lib/pubsBingSequenceAnnot.as +++ src/hg/lib/pubsBingSequenceAnnot.as @@ -1,12 +1,12 @@ -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" lstring sequence; "sequence" lstring snippet; "flanking characters around sequence in article" string locations; "comma-sep list of genomic locations where this sequence matches" )