a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/relPairs/relPairs.c src/hg/relPairs/relPairs.c index ed2bff9..ce2c01c 100644 --- src/hg/relPairs/relPairs.c +++ src/hg/relPairs/relPairs.c @@ -1,24 +1,23 @@ /* relPairs - extract relevant pairs that could apply to a .psl * file. */ #include "common.h" #include "hash.h" #include "linefile.h" #include "psl.h" #include "portable.h" -static char const rcsid[] = "$Id: relPairs.c,v 1.3 2006/08/15 17:45:57 angie Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "relPairs - extract pairs from a big pair list file that actually\n" "occur in a .psl file\n" "usage:\n" " relPairs all.pai some.psl out.pai dir1 dir2 ... dirN\n" "This will look in each of the directories for 'some.psl' and\n" "create 'out.pai' in the same directory.\n" "Example (run from an oo directory)\n" " relPairs ~/hg/mrna/est.pai est.psl ctgEst.pai */ctg*"); }