a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/maskOutFa/maskOutFa.c src/hg/maskOutFa/maskOutFa.c index ddc2678..7501201 100644 --- src/hg/maskOutFa/maskOutFa.c +++ src/hg/maskOutFa/maskOutFa.c @@ -1,26 +1,25 @@ /* maskOutFa - Produce a masked .fa file given an unmasked .fa and * a RepeatMasker .out file or a bed file to mask on. */ #include "common.h" #include "linefile.h" #include "options.h" #include "hash.h" #include "fa.h" #include "bed.h" #include "repMask.h" -static char const rcsid[] = "$Id: maskOutFa.c,v 1.10 2009/08/02 19:47:35 markd Exp $"; static struct optionSpec optionSpecs[] = { {"soft", OPTION_BOOLEAN}, {"softAdd", OPTION_BOOLEAN}, {"clip", OPTION_BOOLEAN}, {"maskFormat", OPTION_STRING}, {NULL, 0} }; void usage() /* Explain usage and exit. */ { errAbort( "maskOutFa - Produce a masked .fa file given an unmasked .fa and\n" "a RepeatMasker .out file, or a .bed file to mask on.\n"