a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/affyTransciptome/affyPairsToSample.c src/hg/affyTransciptome/affyPairsToSample.c index 39057db..0a4509a 100644 --- src/hg/affyTransciptome/affyPairsToSample.c +++ src/hg/affyTransciptome/affyPairsToSample.c @@ -1,23 +1,22 @@ #include "common.h" #include "affyPairs.h" #include "affyOffset.h" #include "sample.h" #include "hash.h" #include "linefile.h" -static char const rcsid[] = "$Id: affyPairsToSample.c,v 1.4 2008/09/03 19:18:11 markd Exp $"; void usage() /* Give the user a hint about how to use this program. */ { errAbort("affyPairsToSample - Takes a 'pairs' format file from the Affy transcriptome\n" "data set and combines it with the Affy offset.txt file to output a 'sample' file\n" "which has the contig coordinates of the result.\n" "usage:\n\t" "affyPairsToSample \n"); } struct liftSpec /* How to lift coordinates. */ { struct liftSpec *next; /* Next in list. */