aab4f66a2aca5293f3536cc1d1438b17d2b09dfd tdreszer Thu May 5 16:14:15 2011 -0700 A large set of tiny changes. These fix a lot of discrepencies with bgcolor and font color declarations which were tripping up docttype 4.01. diff --git src/hg/lib/wiggleUtils.c src/hg/lib/wiggleUtils.c index 7663b3d..4e4468a 100644 --- src/hg/lib/wiggleUtils.c +++ src/hg/lib/wiggleUtils.c @@ -10,41 +10,40 @@ #include "obscure.h" #ifndef GBROWSE #include "customTrack.h" #endif /* GBROWSE */ static char const rcsid[] = "$Id: wiggleUtils.c,v 1.56 2010/05/11 01:43:30 kent Exp $"; void printHistoGram(struct histoResult *histoResults, boolean html) { if (html) { printf("

" "\n" "
\n"); - puts ("\n"); + puts ("
\n"); if (histoResults) printf("\n", histoResults->binCount - 1, histoResults->count); else printf("\n"); puts ("\n"); puts (" \n"); puts (" \n"); puts (" \n"); puts (" \n"); puts (" \n"); } else { if (histoResults) printf("#\tbin histogram (zero count bins not shown)\n"); else printf("#\t%d bin histogram on %u values (zero count bins not shown)\n",
%d bin histogram on %u values (zero count bins not shown)
histogram (zero count bins not shown)
bin \n"); - puts (" \n"); - puts (" \n"); + puts ("
range in bin
\n\n"); puts (" \n"); puts (" \n"); puts ("
range in bin
minimummaximum
\n"); puts ("
countRelative
Frequency
log2(Frequency)Cumulative
Relative
Frequency
(CRF)
1.0 - CRF