a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/axtLib.c src/hg/lib/axtLib.c index 3700f13..bd8aa59 100644 --- src/hg/lib/axtLib.c +++ src/hg/lib/axtLib.c @@ -2,31 +2,30 @@ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "chainBlock.h" #include "dnautil.h" #include "dnaseq.h" #include "chainNet.h" #include "nib.h" #include "axt.h" #include "axtLib.h" #include "axtInfo.h" #include "chainToAxt.h" #include "hdb.h" -static char const rcsid[] = "$Id: axtLib.c,v 1.13 2008/09/17 18:10:12 kent Exp $"; struct axt *netFillToAxt(struct cnFill *fill, struct dnaSeq *tChrom , int tSize, struct hash *qChromHash, char *nibDir, struct chain *chain, boolean swap) /* Convert subset of chain as defined by fill to axt. swap query and target if swap is true*/ { struct dnaSeq *qSeq; boolean isRev = (chain->qStrand == '-'); struct chain *subChain, *chainToFree; int qOffset; struct axt *axtList = NULL , *axt; struct nibInfo *nib = hashFindVal(qChromHash, fill->qName); /* Get query sequence fragment. */