a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/sim4big/sim4big.c src/hg/sim4big/sim4big.c index 88bd25c..0c7b37e 100644 --- src/hg/sim4big/sim4big.c +++ src/hg/sim4big/sim4big.c @@ -1,26 +1,25 @@ /* sim4big - A wrapper for Sim4 that runs it repeatedly on a multi-sequence .fa file. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "dystring.h" #include "cheapcgi.h" #include "bed.h" #include "dnaseq.h" #include "fa.h" -static char const rcsid[] = "$Id: sim4big.c,v 1.6 2009/09/23 18:42:26 angie Exp $"; char *exePath = "sim4"; /* executable name. */ char *tempDir = NULL; /* Temporary dir. */ boolean pslOut; /* PSL format output. */ int dotEvery = 1; /* Output dots every so often. */ void usage() /* Explain usage and exit. */ { errAbort( "sim4big - A wrapper for Sim4 that runs it repeatedly on a multi-sequence .fa file\n" "usage:\n" " sim4big genomic.fa mrna.fa output.bed\n" "options:\n" " -tempDir=someDir\n"