a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/affyTransciptome/maxTranscriptomeExps.c src/hg/affyTransciptome/maxTranscriptomeExps.c index 7fd0eae..6888324 100644 --- src/hg/affyTransciptome/maxTranscriptomeExps.c +++ src/hg/affyTransciptome/maxTranscriptomeExps.c @@ -1,19 +1,18 @@ #include "common.h" #include "sample.h" -static char const rcsid[] = "$Id: maxTranscriptomeExps.c,v 1.4 2008/09/03 19:18:12 markd Exp $"; void usage() { errAbort("maxTranscriptomeExps - cycle through a list of of affy transcriptome\n" "experiments and select the max for each position.\n" "usage:\n\t" "maxTranscriptomeExps \n"); } void fillInMaxVals(struct sample *samp, struct sample **pSampList, int sampCount, int index) { int i,j; struct sample *s1 = NULL;