a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/blat/blat.c src/blat/blat.c index 0076664..0f8b171 100644 --- src/blat/blat.c +++ src/blat/blat.c @@ -6,31 +6,30 @@ #include "bits.h" #include "hash.h" #include "dnautil.h" #include "dnaseq.h" #include "fa.h" #include "nib.h" #include "twoBit.h" #include "psl.h" #include "sig.h" #include "options.h" #include "obscure.h" #include "genoFind.h" #include "trans3.h" #include "gfClientLib.h" -static char const rcsid[] = "$Id: blat.c,v 1.116 2010/03/10 19:21:46 galt Exp $"; /* Variables shared with other modules. Set in this module, read only * elsewhere. */ char *databaseName; /* File name of database. */ int databaseSeqCount = 0; /* Number of sequences in database. */ unsigned long databaseLetters = 0; /* Number of bases in database. */ enum constants { qWarnSize = 5000000, /* Warn if more than this many bases in one query. */ }; /* Variables that can be set from command line. */ int tileSize = 11; int stepSize = 0; /* Default (same as tileSize) */ int minMatch = 2;