aadf67fad3561419d2e33a16adba76d969a19b73 galt Sat Jul 24 00:58:50 2010 -0700 adding needed checks on query sizes against the maximum single piece size for use with -fastMap diff --git src/inc/genoFind.h src/inc/genoFind.h index 4cef5fc..fb7787b 100644 --- src/inc/genoFind.h +++ src/inc/genoFind.h @@ -377,7 +377,9 @@ * clump->tStart and clump->tEnd so that the coords are relative to that * target sequence (not the collection of all target sequences). */ -#define gfVersion "34x8" /* Current BLAT version number */ +#define MAXSINGLEPIECESIZE 5000 /* maximum size of a single piece */ + +#define gfVersion "34x9" /* Current BLAT version number */ #endif /* GENOFIND_H */