a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/bedSplitOnChrom/bedSplitOnChrom.c src/hg/bedSplitOnChrom/bedSplitOnChrom.c index 28b26f0..72e28d7 100644 --- src/hg/bedSplitOnChrom/bedSplitOnChrom.c +++ src/hg/bedSplitOnChrom/bedSplitOnChrom.c @@ -1,24 +1,23 @@ /* bedSplitOnChrom - Split bed into a directory with one file per chromosome.. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "portable.h" #include "bed.h" -static char const rcsid[] = "$Id: bedSplitOnChrom.c,v 1.5 2009/10/11 00:27:06 braney Exp $"; int maxChromCount = 256; boolean nfCheck; /* check for number of fields consistency */ boolean doStrand; /* append strand to file name */ boolean doAppend; /* append to rather than create files */ void usage() /* Explain usage and exit. */ { errAbort( "bedSplitOnChrom - Split bed into a directory with one file per chromosome.\n" "usage:\n" " bedSplitOnChrom inFile.bed outDir\n" "options:\n" " -append append to rather than create files\n"