src/hg/hgc/hgc.c 1.1505
1.1505 2009/02/10 22:17:38 kent
Creating bigBed type custom tracks.
Index: src/hg/hgc/hgc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.c,v
retrieving revision 1.1504
retrieving revision 1.1505
diff -b -B -U 4 -r1.1504 -r1.1505
--- src/hg/hgc/hgc.c 10 Feb 2009 05:13:18 -0000 1.1504
+++ src/hg/hgc/hgc.c 10 Feb 2009 22:17:38 -0000 1.1505
@@ -17401,8 +17401,10 @@
else if (sameWord(type, "encodePeak"))
doEncodePeak(ct->tdb, ct);
else if (sameWord(type, "bigWig"))
bigWigCustomClick(ct->tdb);
+else if (sameWord(type, "bigBed"))
+ bigBedCustomClick(ct->tdb);
else if (ct->wiggle)
{
if (ct->dbTrack)
{