c295ff853919b7046caca525927f4856ff775622 chinhli Wed Dec 12 11:19:34 2012 -0800 Track #9269 ExonJunction Primers displayed as a bedDetail track. diff --git src/hg/lib/exonJunctionPrimers.as src/hg/lib/exonJunctionPrimers.as new file mode 100644 index 0000000..65bf115 --- /dev/null +++ src/hg/lib/exonJunctionPrimers.as @@ -0,0 +1,18 @@ +table exonJunctionPrimers +"Browser extensible data, with extended fields for detail page" + ( + string chrom; "Reference sequence chromosome or scaffold" + uint chromStart; "Start position in chromosome" + uint chromEnd; "End position in chromosome" + string name; "Short Name of item" + uint score; "Score from 0-1000" + char[1] strand; "+ or -" + uint thickStart; "Start of where display should be thick (start codon)" + uint thickEnd; "End of where display should be thick (stop codon)" + uint reserved; "Used as itemRgb as of 2004-11-22" + int blockCount; "Number of blocks" + int[blockCount] blockSizes; "Comma separated list of block sizes" + int[blockCount] chromStarts; "Start positions relative to chromStart" + string id; "ID to bed used in URL to link back" + lstring description; "Long description of item for the details page" + )