a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/liftFrags/liftFrags.c src/hg/liftFrags/liftFrags.c index 485499d..16c3d98 100644 --- src/hg/liftFrags/liftFrags.c +++ src/hg/liftFrags/liftFrags.c @@ -1,27 +1,26 @@ /* liftFrags - This program lifts annotations on fragments to FPC contig * coordinates. */ #include "common.h" #include "portable.h" #include "hash.h" #include "obscure.h" #include "linefile.h" #include "agpFrag.h" #include "rmskOut.h" #include "psl.h" -static char const rcsid[] = "$Id: liftFrags.c,v 1.6 2006/04/13 16:59:56 angie Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "liftFrags - This program lifts annotations on clone fragments\n" "to FPC contig coordinates\n" "usage:\n" " liftFrags destFile gold.N geno.lst sourceDir\n" "Currently this only handles RepeatMasker .out files\n" "or psLayout .psl files\n"); } struct agpFrag *readGold(char *fileName, struct hash *fragHash, int *retSize) /* Read in fragments from gold file. */