6cfd42b97eaf9b5508e4de18b809af7e905b63fa markd Tue Apr 9 09:25:01 2024 -0700 had forgotten to update blat version number when dynamic blat was finished diff --git src/inc/genoFind.h src/inc/genoFind.h index 27f53ff..81ec2ad 100644 --- src/inc/genoFind.h +++ src/inc/genoFind.h @@ -442,19 +442,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 "37x1" /* Current BLAT version number */ +#define gfVersion "38x1" /* Current BLAT version number */ #endif /* GENOFIND_H */