a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/pslSplit/pslSplit.c src/hg/pslSplit/pslSplit.c index 65e10e3..2a29d68 100644 --- src/hg/pslSplit/pslSplit.c +++ src/hg/pslSplit/pslSplit.c @@ -1,26 +1,25 @@ /* pslSplit - "pslSplit - split into multiple output files by qName.*/ #include "common.h" #include <sys/types.h> #include <sys/stat.h> #include "obscure.h" #include "portable.h" #include "linefile.h" #include "psl.h" #include "options.h" -static char const rcsid[] = "$Id: pslSplit.c,v 1.7 2006/07/26 01:22:18 baertsch Exp $"; int chunkSize = 120; /* cut out this many unique qNames in each output file. */ int maxLines = 7000; /* cut out this many unique qNames in each output file. */ bool stripVer = FALSE; /* remove version number if true */ void usage() /* Explain usage and exit. */ { errAbort( "pslSplit - split into multiple output files by qName\n" "usage:\n" " pslSplit how outDir inFile(s)\n" "Assumes psl is already sorted by qName. The final\n" "result (one .psl file per target) will be put in outDir.\n" "outDir will be created if it does not already exist. \n"