a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/gsBig/gsBig.c src/hg/gsBig/gsBig.c index d2a3a2e..c574d2d 100644 --- src/hg/gsBig/gsBig.c +++ src/hg/gsBig/gsBig.c @@ -1,28 +1,27 @@ /* gsBig - Run Genscan on big input and produce GTF files. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "portable.h" #include "fa.h" #include "dystring.h" #include "bits.h" #include "verbose.h" -static char const rcsid[] = "$Id: gsBig.c,v 1.16 2009/09/23 18:42:16 angie Exp $"; char *exePath = "/projects/compbio/bin/genscan-linux/genscan"; char *parPath = "/projects/compbio/bin/genscan-linux/HumanIso.smat"; char *tmpDir = "/tmp"; int winSize = 1200000; /* Size of window to pass to genscan. */ int stepSize; static struct optionSpec optionSpecs[] = { {"subopt", OPTION_STRING}, {"trans", OPTION_STRING}, {"prerun", OPTION_STRING}, {"window", OPTION_INT}, {"exe", OPTION_STRING}, {"par", OPTION_STRING},