a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/bedClip/bedClip.c src/utils/bedClip/bedClip.c index 36349c2..8051ab4 100644 --- src/utils/bedClip/bedClip.c +++ src/utils/bedClip/bedClip.c @@ -1,25 +1,24 @@ /* bedClip - Remove lines from bed file that refer to off-chromosome places.. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "bbiFile.h" #include "sqlNum.h" #include "obscure.h" -static char const rcsid[] = "$Id: bedClip.c,v 1.1 2009/09/10 02:22:28 kent Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "bedClip - Remove lines from bed file that refer to off-chromosome places.\n" "usage:\n" " bedClip input.bed chrom.sizes output.bed\n" "options:\n" " -verbose=2 - set to get list of lines clipped and why\n" ); } static struct optionSpec options[] = { {NULL, 0},