a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/spideyToPsl/spideyToPsl.c src/hg/spideyToPsl/spideyToPsl.c index b1a9949..25dfff0 100644 --- src/hg/spideyToPsl/spideyToPsl.c +++ src/hg/spideyToPsl/spideyToPsl.c @@ -1,27 +1,26 @@ /* spideyToPsl - Convert NCBI spidey alignments to PSL format. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "dystring.h" #include "errabort.h" #include "psl.h" #include "sqlNum.h" #include "obscure.h" -static char const rcsid[] = "$Id: spideyToPsl.c,v 1.4 2008/02/21 02:13:24 markd Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "spideyToPsl - Convert NCBI spidey pair alignments to PSL format\n" "usage:\n" " spideyToPsl [options] in out.psl\n" "\n" "where`in' is the alignment output of spidey (with summaries). \n" "Certain problem cases, such as overlaping exons, result in a\n" "warning and skipping the alignment.\n" "\n" "Options:\n" " -untranslated - format PSLs as untranslated alignments.\n"