a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/pslDropOverlap/pslDropOverlap.c src/hg/pslDropOverlap/pslDropOverlap.c index 65ec672..a9ac20f 100644 --- src/hg/pslDropOverlap/pslDropOverlap.c +++ src/hg/pslDropOverlap/pslDropOverlap.c @@ -1,22 +1,21 @@ /* used for cleaning up self alignments - deletes all overlapping self alignments */ #include "common.h" #include "linefile.h" #include "psl.h" #include "dnautil.h" -static char const rcsid[] = "$Id: pslDropOverlap.c,v 1.4 2006/07/20 15:10:51 angie Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "pslDropOverlap - deletes all overlapping self alignments. \n" "usage:\n" " pslDropOverlap in.psl out.psl\n"); } void pslOutRev(struct psl *el, FILE *f) /* print psl with qStarts in fwd coordinates */ { int i; char sep = ' ';