a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/pslRecalcMatch/pslRecalcMatch.c src/hg/pslRecalcMatch/pslRecalcMatch.c index b6cf44e..1fe31ad 100644 --- src/hg/pslRecalcMatch/pslRecalcMatch.c +++ src/hg/pslRecalcMatch/pslRecalcMatch.c @@ -3,31 +3,30 @@ * lower-case repeat masking after the fact. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "dnaseq.h" #include "fa.h" #include "nib.h" #include "twoBit.h" #include "nibTwo.h" #include "dnaLoad.h" #include "dystring.h" #include "psl.h" -static char const rcsid[] = "$Id: pslRecalcMatch.c,v 1.3 2008/05/04 05:44:48 markd Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "pslRecalcMatch - Recalculate match,mismatch,repMatch columns in psl file.\n" "This can be useful if the psl went through pslMap, or if you've added \n" "lower-case repeat masking after the fact\n" "usage:\n" " pslRecalcMatch in.psl targetSeq querySeq out.psl\n" "where targetSeq is either a nib directory or a two bit file\n" "and querySeq is a fasta file, nib file, two bit file, or list\n" "of such files. The psl's should be simple non-translated ones.\n" "This will work faster if the in.psl is sorted on target.\n" "options:\n"