7b63853e7d35a5af80fea81bc221910e2f55c1f5 max Thu Jan 16 03:52:10 2014 -0800 adding .as files for publications track, ref #12212 diff --git src/hg/lib/pubsBlat.as src/hg/lib/pubsBlat.as new file mode 100644 index 0000000..ef0643b --- /dev/null +++ src/hg/lib/pubsBlat.as @@ -0,0 +1,19 @@ +table pubsBlat +"publications blat feature table, in bed12+ format, additional field seqIds and seqRanges" + ( + string chrom; "chromosome" + int chromStart; "start position on chromosome" + int chromEnd; "end position on chromosome" + string name; "internal articleId, article that matches here" + int score; "score of feature" + char[1] strand; "strand of feature" + int thickStart; "start of exons" + int thickEnd; "end of exons" + int reserved; "no clue" + int blockCount; "number of blocks" + lstring blockSizes; "size of blocks" + lstring chromStarts; "A comma-separated list of block starts" + string tSeqTypes; "comma-seq list of matching sequence db (g=genome, p=protein, c=cDNA)" + lstring seqIds; "comma-separated list of matching seqIds" + lstring seqRanges; "ranges start-end on sequence that matched, one for each seqId" + )