a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/wigAsciiCrunch/wigAsciiCrunch.c src/utils/wigAsciiCrunch/wigAsciiCrunch.c index 04f7692..d2132b2 100644 --- src/utils/wigAsciiCrunch/wigAsciiCrunch.c +++ src/utils/wigAsciiCrunch/wigAsciiCrunch.c @@ -1,23 +1,22 @@ /* wigAsciiCrunch - Convert wigAscii to denser more flexible format. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "portable.h" -static char const rcsid[] = "$Id: wigAsciiCrunch.c,v 1.4 2004/10/29 20:05:25 kent Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "wigAsciiCrunch - Convert wigAscii to denser more flexible format\n" "usage:\n" " wigAsciiCrunch input output\n" "require flag:\n" " -single=seqName input is all for a single sequence of the given name\n" " -dir input is a directory. Sequence name is fileName minus suffix\n" " -dirDir input is directory of directories. Sequence name is subdir\n" " All files in subdir sorted numerically by name and concatenated\n" " into single sequence. This removes overlaps (first file to cover a\n" " position wins). This is usually used with phastCons output.\n"