a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/affyGnf/pslAffySelect.c src/hg/affyGnf/pslAffySelect.c index 570b2c2..977bbbe 100644 --- src/hg/affyGnf/pslAffySelect.c +++ src/hg/affyGnf/pslAffySelect.c @@ -1,21 +1,20 @@ #include "common.h" #include "psl.h" #include "hash.h" #include "cheapcgi.h" -static char const rcsid[] = "$Id: pslAffySelect.c,v 1.2 2003/05/06 07:22:13 kate Exp $"; #define TICS 100 float seqIdent = -1.0; /* minimum sequence identity allowed, -1 is a good error as nothing will pass */ float basePct = -1.0; /* minimum percentage of bases allowed, -1 is a good error as nothing will pass */ char *pslIn = NULL; /* file to input psls from */ char *pslOut = NULL; /* file to output psls to */ void msg(char *mesg) { fprintf(stdout, "%s", mesg); fflush(stdout); } void putTic() {