TranscriptDataHandler transcriptDataHandler = computeCountsTask.getTranscriptDataHandler();
StatsKeeper.Section transcriptCoverage = new StatsKeeper.Section("Transcript coverage profile");
transcriptCoverage.addRow("5' bias:", sdf.formatDecimal(transcriptDataHandler.getMedianFivePrimeBias()));
transcriptCoverage.addRow("3' bias:", sdf.formatDecimal(transcriptDataHandler.getMedianThreePrimeBias()));
transcriptCoverage.addRow("5'-3' bias:", sdf.formatDecimal(transcriptDataHandler.getMedianFiveToThreeBias()));
summaryKeeper.addSection(transcriptCoverage);
StatsKeeper.Section junctionAnalysisSection = new StatsKeeper.Section("Junction analysis");
long numReadsWithJunctions = th.getNumReadsWithJunctions();