a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/affyTransciptome/avgTranscriptomeExps.c src/hg/affyTransciptome/avgTranscriptomeExps.c
index 35c793c..af56493 100644
--- src/hg/affyTransciptome/avgTranscriptomeExps.c
+++ src/hg/affyTransciptome/avgTranscriptomeExps.c
@@ -1,20 +1,19 @@
 #include "common.h"
 #include "sample.h"
 #include "cheapcgi.h"
 
-static char const rcsid[] = "$Id: avgTranscriptomeExps.c,v 1.5 2008/09/03 19:18:12 markd Exp $";
 
 boolean doAll = FALSE;
 char *suffix = NULL;
 void usage()
 {
 errAbort("Averages together replicates of the affy transcriptome data set.\n"
 	 "Will skip certain experiments unless directed otherwise as they\n"
 	 "were not in the original data set.\n"
 	 "usage:\n\t"
 	 "avgTranscriptomeExps <go> <optional -doAll> <optional suffix=pairs.sample.norm>\n");
 }
 
 char *getNameForExp(int num)
 {
 switch(num)