a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/jkOwnLib/trans3.c src/jkOwnLib/trans3.c index 6051e0a..6949317 100644 --- src/jkOwnLib/trans3.c +++ src/jkOwnLib/trans3.c @@ -1,23 +1,22 @@ /* trans3 - a sequence and three translated reading frames. */ /* Copyright 2000-2003 Jim Kent. All rights reserved. */ #include "common.h" #include "dnaseq.h" #include "trans3.h" -static char const rcsid[] = "$Id: trans3.c,v 1.5 2007/04/20 22:43:37 kent Exp $"; struct trans3 *trans3New(struct dnaSeq *seq) /* Create a new set of translated sequences. */ { struct trans3 *t3; int frame; int lastPos = seq->size - 1; AllocVar(t3); t3->name = seq->name; t3->seq = seq; t3->end = seq->size; for (frame=0; frame<3; ++frame) { /* Position and frame are the same except in the