src/hg/hgTracks/simpleTracks.c 1.81
1.81 2009/05/20 20:50:52 mikep
display sequence or sequence different to the genome using a bed or bigBed which has the sequence in the name (eg tagAlign) in a similar manner to PSL files (by loading the BED as a linkedFeature like a PSL)
Index: src/hg/hgTracks/simpleTracks.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/simpleTracks.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -b -B -U 4 -r1.80 -r1.81
--- src/hg/hgTracks/simpleTracks.c 19 May 2009 22:36:48 -0000 1.80
+++ src/hg/hgTracks/simpleTracks.c 20 May 2009 20:50:52 -0000 1.81
@@ -2448,9 +2447,9 @@
e + 6 >= winStart && s - 6 < winEnd &&
(e-s <= 3 || psl != NULL))
baseColorDrawItem(tg, lf, sf->grayIx, hvg, xOff, y,
scale, font, s, e, heightPer,
- zoomedToCodonLevel, mrnaSeq, psl,
+ zoomedToCodonLevel, mrnaSeq, sf, psl,
drawOpt,
MAXPIXELS, winStart, color);
else
{