src/inc/bigBed.h 1.8

1.8 2009/02/10 22:07:49 kent
Adding fieldCount and definedFieldCount to bbiFile header for bigBeds.
Index: src/inc/bigBed.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/bigBed.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 4 -r1.7 -r1.8
--- src/inc/bigBed.h	3 Feb 2009 08:18:24 -0000	1.7
+++ src/inc/bigBed.h	10 Feb 2009 22:07:49 -0000	1.8
@@ -49,8 +49,10 @@
 	char *inName, 	  /* Input file in a tabular bed format <chrom><start><end> + whatever. */
 	char *chromSizes, /* Two column tab-separated file: <chromosome> <size>. */
 	int blockSize,	  /* Number of items to bundle in r-tree.  1024 is good. */
 	int itemsPerSlot, /* Number of items in lowest level of tree.  64 is good. */
+	bits16 definedFieldCount,  /* Number of defined bed fields - 3-16 or so.  0 means all fields
+				    * are the defined bed ones. */
 	char *outName);   /* BigBed output file name. */
 /* Convert tab-separated bed file to binary indexed, zoomed bigBed version. */
 
 #endif /* BIGBED_H */