a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/jkOwnLib/xenbig.c src/jkOwnLib/xenbig.c index 4cf87b6..9798c72 100644 --- src/jkOwnLib/xenbig.c +++ src/jkOwnLib/xenbig.c @@ -1,31 +1,30 @@ /* xenbig.c - Routines to do big xeno alignments by breaking them into * pieces, calling the small aligner, and then stitching them back * together again. */ /* Copyright 2000-2003 Jim Kent. All rights reserved. */ #include "common.h" #include "dlist.h" #include "hash.h" #include "portable.h" #include "dnautil.h" #include "nt4.h" #include "crudeali.h" #include "wormdna.h" #include "xenalign.h" -static char const rcsid[] = "$Id: xenbig.c,v 1.3 2006/03/15 18:36:16 angie Exp $"; struct contig /* A contiguously aligned sequence pair. */ { char *name; char *queryFile; char *query; int qStart, qEnd; int qOffset, qEndOffset; char qStrand; char *target; int tStart, tEnd; int tOffset, tEndOffset; char tStrand; int score;