a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/nci60/findStanAlignments.c src/hg/nci60/findStanAlignments.c index 2d3c1a5..35eed60 100644 --- src/hg/nci60/findStanAlignments.c +++ src/hg/nci60/findStanAlignments.c @@ -1,25 +1,24 @@ #include "common.h" #include "hash.h" #include "jksql.h" #include "linefile.h" #include "hdb.h" #include "psl.h" #include "imageClone.h" #include "stanMad.h" -static char const rcsid[] = "$Id: findStanAlignments.c,v 1.6 2008/09/03 19:20:40 markd Exp $"; void usage() { errAbort("findStanAlignments - takes a stanford microarray experiment file and\n" "tries to look up an alignment for the relevant clone in the database.\n" "Starts by trying to look up the longest genbank clone from image id, \n" "then tries to look up the 5' and 3' accesion numbers.\n" "usage:\n" "\tfindStanAlignments \n"); } struct imageClone *imageCloneLoadAllNonZero(char *fileName) /* Load all imageClone from a tab-separated file where there are genbank ids. * Dispose of this with imageCloneFreeList(). */