a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/blastToPsl/blastXmlToPsl.c src/hg/blastToPsl/blastXmlToPsl.c index bb71be2..e35973a 100644 --- src/hg/blastToPsl/blastXmlToPsl.c +++ src/hg/blastToPsl/blastXmlToPsl.c @@ -1,24 +1,23 @@ /* blastXmlToPsl - convert blast XML output to PSLs. */ #include "common.h" #include "linefile.h" #include "options.h" #include "psl.h" #include "ncbiBlast.h" #include "pslBuild.h" -static char const rcsid[] = "$Id: blastXmlToPsl.c,v 1.2 2010/04/16 17:32:12 markd Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "blastXmlToPsl - convert blast XML output to PSLs\n" "usage:\n" " blastXmlToPsl [options] blastXml psl\n" "\n" "options:\n" " -scores=file - Write score information to this file. Format is:\n" " strands qName qStart qEnd tName tStart tEnd bitscore eVal qDef tDef\n" " -verbose=n - n >= 3 prints each line of file after parsing.\n" " n >= 4 dumps the result of each query\n" " -eVal=n n is e-value threshold to filter results. Format can be either\n"