a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/faTrans/faTrans.c src/utils/faTrans/faTrans.c index 07b0ccd..8f801b3 100644 --- src/utils/faTrans/faTrans.c +++ src/utils/faTrans/faTrans.c @@ -1,23 +1,22 @@ /* faTrans - Translate DNA .fa file to peptide. */ #include "common.h" #include "dnautil.h" #include "dnaseq.h" #include "fa.h" #include "options.h" -static char const rcsid[] = "$Id: faTrans.c,v 1.6 2005/09/15 06:15:52 markd Exp $"; /* command line options */ static struct optionSpec optionSpecs[] = { {"stop", OPTION_BOOLEAN}, {"offset", OPTION_INT}, {"cdsUpper", OPTION_BOOLEAN}, {NULL, 0} }; boolean clStop = FALSE; int clOffset = 0; boolean clCdsUpper = FALSE; void usage()