a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/trfBig/trfBig.c src/hg/trfBig/trfBig.c index 5fc5169..694c215 100644 --- src/hg/trfBig/trfBig.c +++ src/hg/trfBig/trfBig.c @@ -1,25 +1,24 @@ /* trfBig - Mask tandem repeats on a big sequence file.. */ #include "common.h" #include "linefile.h" #include "fa.h" #include "nib.h" #include "portable.h" #include "options.h" #include "verbose.h" -static char const rcsid[] = "$Id: trfBig.c,v 1.20 2009/12/24 05:10:49 markd Exp $"; /* Variables that can be set from command line. */ char *trfExe = "trf"; /* trf executable name. */ boolean doBed = FALSE; /* Output .bed file. */ char *tempDir = "."; /* By default use current dir. */ int maxPeriod = 2000; /* Maximum size of repeat. */ bool keep = FALSE; /* Don't delete tmp files */ /* command line option specifications */ static struct optionSpec optionSpecs[] = { {"bed", OPTION_BOOLEAN}, {"bedAt", OPTION_STRING}, {"tempDir", OPTION_STRING}, {"trf", OPTION_STRING},