a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/affyTransciptome/affyTransLiftedToSample.c src/hg/affyTransciptome/affyTransLiftedToSample.c
index 30ee150..cf968aa 100644
--- src/hg/affyTransciptome/affyTransLiftedToSample.c
+++ src/hg/affyTransciptome/affyTransLiftedToSample.c
@@ -1,22 +1,21 @@
 #include "common.h"
 #include "affyTransLifted.h"
 #include "sample.h"
 #include "hash.h"
 #include "linefile.h"
 
-static char const rcsid[] = "$Id: affyTransLiftedToSample.c,v 1.2 2003/05/06 07:22:13 kate Exp $";
 
 void usage()
 /* Give the user a hint about how to use this program. */
 {
 errAbort("affyTransLiftedToSample - takes a data file from Simon Cawley at\n"
 	 "Affymetrix which represents the transcriptome data, lifted and normalized\n"
 	 "for a new version of the human genome. File format is:\n"
 	 "hs.ncbiFreeze.chrom\tchromPosition\txCoord\tyCoord\trawValPM\trawValMM\tnormValPM\tnormValMM\n"
 	 "and  produces a sample file representing the  same data.\n"
 	 "usage:\n\t"
 	 "affyTransLiftedToSample <int grouping amount> <lifted files.....>\n");
 }
 
 char *findChromName(char *longName)
 /* Find the chrXX in longName. */