a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/bedCommonRegions/bedCommonRegions.c src/utils/bedCommonRegions/bedCommonRegions.c index 1ad277d..a1bfcb5 100644 --- src/utils/bedCommonRegions/bedCommonRegions.c +++ src/utils/bedCommonRegions/bedCommonRegions.c @@ -1,26 +1,25 @@ /* bedCommonRegions - Create a bed file (just bed3) that contains the regions common * to all input beds. Regions are common only if exactly the same chromosome, starts, * and end. Mere overlap is not enough. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "obscure.h" #include "pipeline.h" -static char const rcsid[] = "$Id: newProg.c,v 1.30 2010/03/24 21:18:33 hiram Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "bedCommonRegions - Create a bed file (just bed3) that contains the regions common to all inputs.\n" "Regions are common only if exactly the same chromosome, starts, and end. Overlap is not enough.\n" "Each region must be in each input at most once. Output is stdout.\n" "usage:\n" " bedCommonRegions file1 file2 file3 ... fileN\n" ); } static struct optionSpec options[] = { {NULL, 0},