a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/twoBitInfo/twoBitInfo.c src/utils/twoBitInfo/twoBitInfo.c index 82ef979..50b1b79 100644 --- src/utils/twoBitInfo/twoBitInfo.c +++ src/utils/twoBitInfo/twoBitInfo.c @@ -1,21 +1,20 @@ /* twoBitInfo - get information about sequences in a .2bit file. */ #include "common.h" #include "options.h" #include "twoBit.h" -static char const rcsid[] = "$Id: twoBitInfo.c,v 1.5 2005/10/18 19:24:58 lowec Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "twoBitInfo - get information about sequences in a .2bit file\n" "usage:\n" " twoBitInfo input.2bit output.tab\n" "options:\n" " -nBed instead of seq sizes, output BED records that define \n" " areas with N's in sequence\n" " -noNs outputs the length of each sequence, but does not count Ns \n" "Output file has the columns::\n" " seqName size\n" "\n"