a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/lib/chainToAxt.c src/lib/chainToAxt.c index d2f645c..66d18ad 100644 --- src/lib/chainToAxt.c +++ src/lib/chainToAxt.c @@ -1,25 +1,24 @@ /* chainToAxt - convert from chain to axt format. */ #include "common.h" #include "chain.h" #include "dnautil.h" #include "dnaseq.h" #include "axt.h" #include "chainToAxt.h" -static char const rcsid[] = "$Id: chainToAxt.c,v 1.4 2005/04/10 14:41:21 markd Exp $"; static struct axt *axtFromBlocks( struct chain *chain, struct cBlock *startB, struct cBlock *endB, struct dnaSeq *qSeq, int qOffset, struct dnaSeq *tSeq, int tOffset) /* Convert a list of blocks (guaranteed not to have inserts in both * strands between them) to an axt. */ { int symCount = 0; int dq, dt, blockSize = 0, symIx = 0; struct cBlock *b, *a = NULL; struct axt *axt; char *qSym, *tSym;