a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/qacToWig/qacToWig.c src/hg/qacToWig/qacToWig.c index b074e45..b910d4e 100644 --- src/hg/qacToWig/qacToWig.c +++ src/hg/qacToWig/qacToWig.c @@ -1,23 +1,22 @@ /* qacToWig - convert from compressed quality score format to wig ASCII. */ #include "common.h" #include "linefile.h" #include "qaSeq.h" #include "options.h" #include "portable.h" -static char const rcsid[] = "$Id: qacToWig.c,v 1.6 2006/08/18 22:14:33 angie Exp $"; static char *name = NULL; static bool fixed = FALSE; static struct optionSpec options[] = { {"name", OPTION_STRING}, {"fixed", OPTION_BOOLEAN}, {NULL, 0} }; void usage() /* Explain usage and exit. */ { errAbort( "qacToWig - convert from compressed quality score format to wiggle format.\n"