src/hg/inc/customTrack.h 1.56
1.56 2009/11/10 05:38:02 kent
Adding bbiFile field to customTrack to avoid reopening it repeatedly.
Index: src/hg/inc/customTrack.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/customTrack.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -b -B -U 4 -r1.55 -r1.56
--- src/hg/inc/customTrack.h 10 Apr 2009 19:54:41 -0000 1.55
+++ src/hg/inc/customTrack.h 10 Nov 2009 05:38:02 -0000 1.56
@@ -53,8 +53,9 @@
char *htmlFile; /* name of .html file in trash */
struct gffFile *gffHelper; /* Used while processing GFF files. */
int offset; /* Base offset. */
char *groupName; /* Group name if any. */
+ struct bbiFile *bbiFile; /* Handle for bigWig/bigBed file. */
};
/* cart/cgi variables */
#define CT_CUSTOM_TEXT_VAR "hgt.customText"