a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/gbToFaRa/gbToFaRa.c src/hg/gbToFaRa/gbToFaRa.c index fb43a27..0a9bc7b 100644 --- src/hg/gbToFaRa/gbToFaRa.c +++ src/hg/gbToFaRa/gbToFaRa.c @@ -12,31 +12,30 @@ * into a recursive data structure (gbField), process the * data structure a bit, and then write out the data structure. */ #include "common.h" #include "portable.h" #include "hash.h" #include "linefile.h" #include "dnautil.h" #include "dystring.h" #include "dnaseq.h" #include "fa.h" #include "keys.h" #include "options.h" -static char const rcsid[] = "$Id: gbToFaRa.c,v 1.25 2010/02/06 05:53:35 markd Exp $"; /* command line option specifications */ static struct optionSpec optionSpecs[] = { {"byOrganism", OPTION_STRING}, {"faInclVer", OPTION_BOOLEAN}, {NULL, 0} }; enum formatType /* Are we working on genomic sequence or mRNA? Need to write * one big .fa file, or a separate one for each sequence. */ { ftUnknown, /* Default. Useful for mRNA. Extracts sequence into one big file. */ ftBac, /* For genomic. Extracts sequence into separate files. */ ftEst, /* Sequence into one big file. Some special EST oriented processing. */