a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/liftOver/liftOver.c src/hg/liftOver/liftOver.c index 2f9db3e..1b2a924 100644 --- src/hg/liftOver/liftOver.c +++ src/hg/liftOver/liftOver.c @@ -1,28 +1,27 @@ /* liftOver - Move annotations from one assembly to another. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "binRange.h" #include "chain.h" #include "bed.h" #include "genePred.h" #include "sample.h" #include "liftOver.h" -static char const rcsid[] = "$Id: liftOver.c,v 1.28 2009/09/23 18:42:21 angie Exp $"; int bedPlus = 0; bool fudgeThick = FALSE; bool errorHelp = FALSE; bool multiple = FALSE; bool hasBin = FALSE; bool tabSep = FALSE; char *chainTable = NULL; static struct optionSpec optionSpecs[] = { {"bedPlus", OPTION_INT}, {"chainTable", OPTION_STRING}, {"errorHelp", OPTION_BOOLEAN}, {"fudgeThick", OPTION_BOOLEAN}, {"genePred", OPTION_BOOLEAN},