a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/embossToPsl/embossToPsl.c src/hg/embossToPsl/embossToPsl.c index a583ab9..6381831 100644 --- src/hg/embossToPsl/embossToPsl.c +++ src/hg/embossToPsl/embossToPsl.c @@ -1,27 +1,26 @@ /* embossToPsl - Convert EMBOSS pair alignments to psl format. * This file is copyright 2002 Jim Kent, but license is hereby * granted for all use - public, private or commercial. */ #include "common.h" #include "linefile.h" #include "alignSeqSizes.h" #include "options.h" #include "dystring.h" #include "psl.h" #include "obscure.h" -static char const rcsid[] = "$Id: embossToPsl.c,v 1.3 2004/01/17 09:01:13 markd Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "embossToPsl - Convert EMBOSS pair alignments to PSL format\n" "usage:\n" " embossToPsl [options] in.pair out.psl\n" "\n" "where in.pair is an EMBOSS pair format alignment file\n" "\n" "Options:\n" " -qSizesFile=szfile - read query sizes from tab file of \n" " -qSizes='id1 size1 ..' - set query sizes, value is white-space separated pairs of sequence and size\n" " -tSizesFile=szfile - read target sizes from tab file of \n"