a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/bigBedSummary/bigBedSummary.c src/utils/bigBedSummary/bigBedSummary.c index d738393..0bcb357 100644 --- src/utils/bigBedSummary/bigBedSummary.c +++ src/utils/bigBedSummary/bigBedSummary.c @@ -1,27 +1,26 @@ /* bigBedSummary - Extract summary information from a bigBed file.. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "sqlNum.h" #include "bigBed.h" #include "asParse.h" #include "udc.h" #include "obscure.h" -static char const rcsid[] = "$Id: bigBedSummary.c,v 1.7 2009/09/08 19:50:24 kent Exp $"; char *summaryType = "coverage"; void usage() /* Explain usage and exit. */ { errAbort( "bigBedSummary - Extract summary information from a bigBed file.\n" "usage:\n" " bigBedSummary file.bb chrom start end dataPoints\n" "Get summary data from bigBed for indicated region, broken into\n" "dataPoints equal parts. (Use dataPoints=1 for simple summary.)\n" "options:\n" " -type=X where X is one of:\n" " coverage - %% of region that is covered (default)\n"