a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/agpTweak/agpTweak.c src/hg/agpTweak/agpTweak.c index 321b359..7439af1 100644 --- src/hg/agpTweak/agpTweak.c +++ src/hg/agpTweak/agpTweak.c @@ -3,31 +3,30 @@ * This is handy for reducing the size of an agp element, * i.e. chrUn. You can squeeze some wasted space by changing * the size of the clone gap padding, or simply split the chrom * creating chrUn, chrUn2, etc. You can also split chrUn into * scaffolds. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "cheapcgi.h" #include "fa.h" #include "agpFrag.h" #include "agpGap.h" #include "options.h" -static char const rcsid[] = "$Id: agpTweak.c,v 1.1 2005/07/22 03:25:50 galt Exp $"; static void usage() /* Explain usage and exit. */ { errAbort( "agpTweak - Create a modified .agp file\n" "usage:\n" " agpToFa in.agp out.agp\n" "\n" "options:\n" " -splitIntoScaffolds - will break obj into scaffolds at 'clone no' boundaries\n" " -splitSize=N - will keep the agp object at about size N in agp file,\n" " split names will be obj.1, obj.2, etc.\n" " and the split point is chosen to start a next object on a non-gap;\n" " note that you can use splitIntoScaffolds or splitSize but not both\n"