a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/liftUp/liftUp.c src/hg/liftUp/liftUp.c index 069fb34..35d8cd2 100644 --- src/hg/liftUp/liftUp.c +++ src/hg/liftUp/liftUp.c @@ -7,31 +7,30 @@ #include "psl.h" #include "genePred.h" #include "genePredReader.h" #include "xAli.h" #include "rmskOut.h" #include "chromInserts.h" #include "axt.h" #include "chain.h" #include "chainNet.h" #include "liftUp.h" #include "options.h" #include "verbose.h" #include "xa.h" #include "sqlNum.h" -static char const rcsid[] = "$Id: liftUp.c,v 1.47 2008/09/07 18:12:46 braney Exp $"; boolean isPtoG = TRUE; /* is protein to genome lift */ boolean nohead = FALSE; /* No header for psl files? */ boolean nosort = FALSE; /* Don't sort files */ boolean ignoreVersions = FALSE; /* drop NCBI versions */ boolean extGenePred = FALSE; /* load extended genePred */ int dots=0; /* Put out I'm alive dot now and then? */ int gapsize = 0; /* optional non-default gap size */ void usage() /* Explain usage and exit. */ { errAbort( "liftUp - change coordinates of .psl, .agp, .gap, .gl, .out, .gff, .gtf .bscore \n" ".tab .gdup .axt .chain .net, genePred, .wab, .bed, or .bed8 files to parent\n"