84614918e462d7750a8f56e5ce9540c623b87b48 galt Mon Sep 24 15:15:36 2012 -0700 added repMatch default values for tileSizes 16 to 18; also fixed and incremented version to 35x1 diff --git src/inc/genoFind.h src/inc/genoFind.h index c021a81..fb6fa0c 100644 --- src/inc/genoFind.h +++ src/inc/genoFind.h @@ -367,19 +367,19 @@ int minScore, struct gfOutput *out); /* Chop up query into pieces, align each in translated space, and stitch back * together again as nucleotides. */ struct gfClump *gfPcrClumps(struct genoFind *gf, char *fPrimer, int fPrimerSize, char *rPrimer, int rPrimerSize, int minDistance, int maxDistance); /* Find possible PCR hits. The fPrimer and rPrimer are on opposite strands. * Note: unlike clumps from other query functions, PCR clumps from this * function have already had clump->target->start subtracted from * clump->tStart and clump->tEnd so that the coords are relative to that * target sequence (not the collection of all target sequences). */ #define MAXSINGLEPIECESIZE 5000 /* maximum size of a single piece */ -#define gfVersion "34x13" /* Current BLAT version number */ +#define gfVersion "35x1" /* Current BLAT version number */ #endif /* GENOFIND_H */