a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lfsOverlap/lfsOverlap.c src/hg/lfsOverlap/lfsOverlap.c index d6796c8..b8d4401 100644 --- src/hg/lfsOverlap/lfsOverlap.c +++ src/hg/lfsOverlap/lfsOverlap.c @@ -1,26 +1,25 @@ /* lfsOverlap - remove overlapping records from lfs file keeping highest scoring one in each case. */ #include "common.h" #include "options.h" #include "linefile.h" #include "dystring.h" #include "hash.h" #include "localmem.h" #include "lfs.h" #include "hdb.h" -static char const rcsid[] = "$Id: lfsOverlap.c,v 1.3 2006/05/05 15:39:35 angie Exp $"; /* command line option specifications */ static struct optionSpec optionSpecs[] = { {"hasBin", OPTION_BOOLEAN}, {"minOverlap", OPTION_FLOAT}, {"name", OPTION_BOOLEAN}, {"notBlocks", OPTION_BOOLEAN}, {NULL, 0} }; boolean strictTab = FALSE; /* Separate on tabs */ boolean hasBin = FALSE; /* Input bed file includes bin */ boolean noBin = TRUE; /* Suppress bin field */ boolean useName = FALSE; /*name of record must match bestMatch to be rejected */ boolean notBlocks = FALSE; /* use chromStart and chromEnd for overlap */