a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/getFeatDna/getFeatDna.c src/hg/getFeatDna/getFeatDna.c index 52bdad6..d256d7d 100644 --- src/hg/getFeatDna/getFeatDna.c +++ src/hg/getFeatDna/getFeatDna.c @@ -1,30 +1,29 @@ /* getFeatDna - Get dna for a type of feature. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "cheapcgi.h" #include "genePred.h" #include "dnaseq.h" #include "fa.h" #include "dystring.h" #include "jksql.h" #include "hdb.h" #include "psl.h" #include "nib.h" -static char const rcsid[] = "$Id: getFeatDna.c,v 1.10 2008/09/03 19:18:40 markd Exp $"; /* Variables set explicitly or optionally from command line. */ char *database = NULL; /* Which database? */ int chromStart = 0; /* Start of range to select from. */ int chromEnd = BIGNUM; /* End of range. */ char *where = NULL; /* Extra selection info. */ boolean breakUp = FALSE; /* Break up things? */ int merge = -1; /* Merge close blocks? */ char *outputType = "fasta"; /* Type of output. */ void usage() /* Explain usage and exit. */ { errAbort( "getFeatDna - Get dna for a type of feature\n"