a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/pslToPslx/pslToPslx.c src/utils/pslToPslx/pslToPslx.c index 9cdf39c..a1bb6e8 100644 --- src/utils/pslToPslx/pslToPslx.c +++ src/utils/pslToPslx/pslToPslx.c @@ -1,27 +1,26 @@ /* pslToPslx - Convert from psl to xa alignment format. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "portable.h" #include "dnaseq.h" #include "fa.h" #include "nibTwo.h" #include "psl.h" -static char const rcsid[] = "$Id"; /* command line options */ static struct optionSpec optionSpecs[] = { {"masked", OPTION_BOOLEAN}, {NULL, 0} }; static boolean gMasked = FALSE; void usage() /* Explain usage and exit. */ { errAbort( "pslToPslx - Convert from psl to pslx format, which includes sequences\n" "usage:\n" " pslToPslx [options] in.psl qSeqSpec tSeqSpec out.pslx\n"