ErrorRatePerCycleIntegrationTest fix

-- sorting by row is required
This commit is contained in:
Tad Jordan 2013-01-08 14:53:07 -05:00
parent 0841ce3de5
commit 9cbb2b868f
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class ErrorRatePerCycle extends LocusWalker<Integer, Integer> {
public void initialize() {
report = new GATKReport();
report.addTable(reportName, reportDescription, 6);
report.addTable(reportName, reportDescription, 6, GATKReportTable.TableSortingWay.SORT_BY_ROW);
table = report.getTable(reportName);
table.addColumn("readgroup");
table.addColumn("cycle");