602fa08316183790dd1e1d633c6d7510ae45d8cb braney Fri Feb 11 15:32:03 2011 -0800 add intersections, identifier filtering, and file length limits to BAM output diff --git src/hg/hgTables/hgTables.h src/hg/hgTables/hgTables.h index d3e2d3c..705ba64 100644 --- src/hg/hgTables/hgTables.h +++ src/hg/hgTables/hgTables.h @@ -1104,16 +1104,19 @@ struct lm *lm, int *retFieldCount); /* Get list of beds from the wikiTrack * in current regions and that pass * filters. You can bedFree this when done. */ /* --------------- microarray track functions ------------- */ boolean isMicroarray(struct trackDb *parent, char *table); /* Return TRUE if table is specified as a microarray in the current database's * trackDb. */ void doOutMicroarrayNames(struct trackDb *tdb); /* Show the microarray names from .ra file */ #define uglyw warn /* Warn for debugging purposes. */ +int bigFileMaxOutput(); +/* return maxOut value (cart variable defined on curTable) */ + #endif /* HGTABLES_H */