a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/affyGnf/affyPslAndAtlasToBed.c src/hg/affyGnf/affyPslAndAtlasToBed.c
index 99d9699..8e18594 100644
--- src/hg/affyGnf/affyPslAndAtlasToBed.c
+++ src/hg/affyGnf/affyPslAndAtlasToBed.c
@@ -1,27 +1,26 @@
 /* program to fit affy data into multiple score bed format and associated
    expRecord file from the affy file and the pslFile */
 #include "common.h"
 #include "options.h"
 #include "affyAtlas.h"
 #include "psl.h"
 #include "hash.h"
 #include "bed.h"
 #include "dystring.h"
 #include "expRecord.h"
 
-static char const rcsid[] = "$Id: affyPslAndAtlasToBed.c,v 1.11 2004/07/17 22:18:48 hartera Exp $";
 
 
 #define DEBUG 0
 
 void usage() 
 {
 errAbort("affyPslAndAtlasToBed - Takes an alignment of affy probe target\n"
 	 "sequences and the human atlas results file to create an msBed file.\n"
 	 "usage:\n"
 	 "    affyPslAndAtlasToBed pslFile atlasFile out.bed out.expRecord\n"
 	 "options:\n"
 	 "    -shortOut Do short output format (no mapping only spots)\n"
 	 "    -newType Use for newer type including mouse\n"
 	 "    -chip=XXXX (default HG-U95Av2)\n");
 }