src/hg/inc/bed.h 1.52
1.52 2009/03/16 18:23:06 kent
Adding parameter to bedAsDef.
Index: src/hg/inc/bed.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/bed.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -b -B -U 4 -r1.51 -r1.52
--- src/hg/inc/bed.h 16 Mar 2009 01:01:12 -0000 1.51
+++ src/hg/inc/bed.h 16 Mar 2009 18:23:06 -0000 1.52
@@ -360,9 +360,11 @@
struct bed *bedThickOnlyList(struct bed *inList);
/* Return a list of beds that only are the thick part of input. */
-char *bedAsDef(int fieldCount);
-/* Return an autoSql definition for a bed of given number of fields. */
+char *bedAsDef(int bedFieldCount, int totalFieldCount);
+/* Return an autoSql definition for a bed of given number of fields.
+ * Normally totalFieldCount is equal to bedFieldCount. If there are extra
+ * fields they are just given the names field16, field17, etc and type string. */
#endif /* BED_H */