a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/ctgToChromFa/ctgToChromFa.c src/hg/ctgToChromFa/ctgToChromFa.c index 64b0ed2..0471fe3 100644 --- src/hg/ctgToChromFa/ctgToChromFa.c +++ src/hg/ctgToChromFa/ctgToChromFa.c @@ -1,25 +1,24 @@ /* ctgToChromFa - convert contig level fa files to chromosome level. */ #include "common.h" #include "cheapcgi.h" #include "linefile.h" #include "portable.h" #include "hash.h" #include "chromInserts.h" #include "errabort.h" -static char const rcsid[] = "$Id: ctgToChromFa.c,v 1.7 2006/03/29 15:55:04 angie Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "ctgToChromFa - convert contig level fa files to chromosome level\n" "usage:\n" " ctgToChromFa chromName inserts chromDir ordered.lst outFile\n" "options:\n" " spacing=number - set spacing between contigs to number (default 200000)\n" " lift=file.lft - set spacing between contigs from lift file. \n" " -missOk - Warns rather than aborts on missing sequence\n" ); }