a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/faCount/faCount.c src/utils/faCount/faCount.c index a79feaa..49c8127 100644 --- src/utils/faCount/faCount.c +++ src/utils/faCount/faCount.c @@ -1,22 +1,21 @@ /* faCount - count base statistics and CpGs in FA files */ #include "common.h" #include "fa.h" #include "dnautil.h" #include "options.h" -static char const rcsid[] = "$Id: faCount.c,v 1.8 2009/08/02 19:51:20 markd Exp $"; static struct optionSpec optionSpecs[] = { {"summary", OPTION_BOOLEAN}, {"dinuc", OPTION_BOOLEAN}, {"strands", OPTION_BOOLEAN}, {NULL, 0}, }; bool summary = FALSE; bool dinuc = FALSE; bool strands = FALSE; void usage() /* Print usage info and exit. */ {