src/inc/bigWig.h 1.11
1.11 2009/06/17 15:19:00 kent
Updating comments to more closely reflect code.
Index: src/inc/bigWig.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/bigWig.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/inc/bigWig.h 10 Mar 2009 01:14:53 -0000 1.10
+++ src/inc/bigWig.h 17 Jun 2009 15:19:00 -0000 1.11
@@ -11,9 +11,9 @@
*
* To read all the data out of a bigWig get the chromosome info with bbiChromList
* and then fetch all of it for each chromosome using bigWigIntervalQuery.
*
- * See also the module bwgInternal that has a description of they structure of
+ * See also the module bbiFile that has a description of they structure of
* a bigWig file, and lower level routines used to implement this interface.
*/
#ifndef BIGWIG_H
@@ -34,9 +34,9 @@
/* Convert ascii format wig file (in fixedStep, variableStep or bedGraph format)
* to binary big wig format. */
struct bbiFile *bigWigFileOpen(char *fileName);
-/* Open up big wig file. Free this up with bbiFileFree */
+/* Open up big wig file. Free this up with bbiFileClose */
struct bbiInterval *bigWigIntervalQuery(struct bbiFile *bwf, char *chrom, bits32 start, bits32 end,
struct lm *lm);
/* Get data for interval. Return list allocated out of lm. */