254a220590113772e0dab2c037de8024d53c66fb chinhli Tue Dec 18 12:28:39 2012 -0800 redmine 9269: use bedDetail.as for exonJunctionPrimers track. diff --git src/hg/lib/exonJunctionPrimers.as src/hg/lib/exonJunctionPrimers.as deleted file mode 100644 index 65bf115..0000000 --- src/hg/lib/exonJunctionPrimers.as +++ /dev/null @@ -1,18 +0,0 @@ -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" - )