src/hg/hgc/hgc.c 1.1504
1.1504 2009/02/10 05:13:18 kent
Making this handle clicks from bigWig custom tracks.
Index: src/hg/hgc/hgc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.c,v
retrieving revision 1.1503
retrieving revision 1.1504
diff -b -B -U 4 -r1.1503 -r1.1504
--- src/hg/hgc/hgc.c 9 Feb 2009 17:39:13 -0000 1.1503
+++ src/hg/hgc/hgc.c 10 Feb 2009 05:13:18 -0000 1.1504
@@ -17399,8 +17399,10 @@
if (sameWord(type, "array"))
doExpRatio(ct->tdb, fileItem, ct);
else if (sameWord(type, "encodePeak"))
doEncodePeak(ct->tdb, ct);
+else if (sameWord(type, "bigWig"))
+ bigWigCustomClick(ct->tdb);
else if (ct->wiggle)
{
if (ct->dbTrack)
{