a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/qacAgpLift/qacAgpLift.c src/hg/qacAgpLift/qacAgpLift.c
index 56a0589..e8e7f0d 100644
--- src/hg/qacAgpLift/qacAgpLift.c
+++ src/hg/qacAgpLift/qacAgpLift.c
@@ -1,27 +1,26 @@
 /* qacAgpLift - Use AGP to combine per-scaffold qac into per-chrom qac. */
 /* Originally written by Kate as hg/chimpStuff/chimpChromQuals. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "qaSeq.h"
 #include "rle.h"
 #include "agpFrag.h"
 #include "agpGap.h"
 
-static char const rcsid[] = "$Id: qacAgpLift.c,v 1.4 2007/03/31 19:38:16 markd Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "qacAgpLift - Use AGP to combine per-scaffold qac into per-chrom qac.\n"
   "usage:\n"
   "   qacAgpLift scaffoldToChrom.agp scaffolds.qac chrom.qac\n"
   "options:\n"
   "    -mScore=N - score to use for missing data (otherwise fail)\n"
   "            range: 0-99, recommended values are 98 (low qual) or 99 (high)"
   );
 }
 
 int mScore = -1;               /* use this only if positive value */