a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/bedToClosestPoint/bedToClosestPoint.c src/utils/bedToClosestPoint/bedToClosestPoint.c
index 502b39d..24661a1 100644
--- src/utils/bedToClosestPoint/bedToClosestPoint.c
+++ src/utils/bedToClosestPoint/bedToClosestPoint.c
@@ -1,26 +1,25 @@
 /* bedToClosestPoint - Given a bed file, and a list of unique points (often promoters) in genome, 
  * assign each bed to the closest point. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "genomeRangeTree.h"
 #include "basicBed.h"
 #include "sqlNum.h"
 
-static char const rcsid[] = "$Id: newProg.c,v 1.30 2010/03/24 21:18:33 hiram Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "bedToClosestPoint - Given a bed file, and a list of unique points (often promoters) in genome,\n"
   "assign each bed to the closest point.\n"
   "usage:\n"
   "   bedToClosestPoint inRanges.bed inPoints.bed out.tab\n"
   "Where:\n"
   "   inRanges.bed is a bed file without exons or strand\n"
   "   inPoints.bed is a bed file (promoters), where the chromStart on the + strand and\n"
   "       the chromEnd on the - strand will determine the point\n"
   "   out.tab has the following fields\n"
   "      <pointName> - the name field from inPoints.bed\n"