a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/pslReps/pslReps.c src/hg/pslReps/pslReps.c index 7abcaf1..edc7ccd 100644 --- src/hg/pslReps/pslReps.c +++ src/hg/pslReps/pslReps.c @@ -1,28 +1,27 @@ /* pslReps - analyse repeats and generate list of best alignments * from a genome wide, sorted by mRNA .psl alignment file. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "memalloc.h" #include "psl.h" #include "options.h" #include "obscure.h" #include "sqlNum.h" -static char const rcsid[] = "$Id: pslReps.c,v 1.19 2007/02/24 12:32:08 kent Exp $"; /* command line */ static struct optionSpec optionSpecs[] = { {"minAli", OPTION_FLOAT}, {"nearTop", OPTION_FLOAT}, {"minCover", OPTION_FLOAT}, {"minNearTopSize", OPTION_INT}, {"ignoreSize", OPTION_BOOLEAN}, {"sizeMatters", OPTION_BOOLEAN}, /* opposite of ignore size, for compat */ {"noIntrons", OPTION_BOOLEAN}, {"singleHit", OPTION_BOOLEAN}, {"nohead", OPTION_BOOLEAN}, {"ignoreNs", OPTION_BOOLEAN}, {"coverQSizes", OPTION_STRING}, {NULL, 0}