a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/liftAcross/liftAcross.c src/hg/liftAcross/liftAcross.c index ad5116e..8fc6e72 100644 --- src/hg/liftAcross/liftAcross.c +++ src/hg/liftAcross/liftAcross.c @@ -1,25 +1,24 @@ /* liftAcross - convert one coordinate system to another, no overlapping items. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "sqlNum.h" #include "genePred.h" #include "sqlList.h" -static char const rcsid[] = "$Id: liftAcross.c,v 1.9 2008/03/05 20:11:00 hiram Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "liftAcross - convert one coordinate system to another, no overlapping items\n" "usage:\n" " liftAcross [options] liftAcross.lft srcFile.gp dstOut.gp\n" "required arguments:\n" " liftAcross.lft - six column file relating src to destination\n" " srcFile.gp - genePred input file to be lifted\n" " dstOut.gp - genePred output file result\n" "options:\n" " -bedOut=<regionMap.bed> - mappings from liftAcross.lft in bed format\n" " - this is a type bed 6+ file, where thickStart and thickEnd\n"