src/inc/bigBed.h 1.17
1.17 2009/11/10 05:45:47 kent
Making bigWigSummary functions take a bbiFile rather than a fileName.
Index: src/inc/bigBed.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/bigBed.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -B -U 4 -r1.16 -r1.17
--- src/inc/bigBed.h 5 Nov 2009 19:29:30 -0000 1.16
+++ src/inc/bigBed.h 10 Nov 2009 05:45:47 -0000 1.17
@@ -31,8 +31,10 @@
struct bbiFile *bigBedFileOpen(char *fileName);
/* Open up big bed file. Free this up with bbiFileClose. */
+#define bigBedFileClose(a) bbiFileClose(a)
+
struct bigBedInterval *bigBedIntervalQuery(struct bbiFile *bbi, char *chrom,
bits32 start, bits32 end, int maxItems, struct lm *lm);
/* Get data for interval. Return list allocated out of lm. Set maxItems to maximum
* number of items to return, or to 0 for all items. */