a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/nci60/stanToBedAndExpRecs.c src/hg/nci60/stanToBedAndExpRecs.c index 7bc831d..12d4d03 100644 --- src/hg/nci60/stanToBedAndExpRecs.c +++ src/hg/nci60/stanToBedAndExpRecs.c @@ -1,24 +1,23 @@ #include "common.h" #include "jksql.h" #include "expRecord.h" #include "psl.h" #include "hash.h" #include "bed.h" #include "stanMad.h" -static char const rcsid[] = "$Id: stanToBedAndExpRecs.c,v 1.3 2003/05/06 07:22:29 kate Exp $"; char *url = "http://genome-www.stanford.edu/nci60/"; char *reference = "D.T. Ross et al. Nature Geneteics 2000, March 24(3):227-234."; char *credit = "D.T. Ross et al."; char *description = "Microarray Study of NCI's 60 Cell lines."; FILE *bedOut = NULL; void usage() { errAbort("stanToBedAndExpRecs - takes a pslFile of alignments and a list of stanfords\n" "expression data files and converts them into a bed file with the scores and experiment\n" "ids. Also creates a corresponding file of expRecords which idicate what the\n" "expression ids correspond to.\n" "usage:\n" "\tstanToBedAndExpRecs <pslFile> <expRecOut> <bedOut> <list of expression files...>\n");