ErrorRatePerCycleIntegrationTest fix
-- sorting by row is required
This commit is contained in:
parent
0841ce3de5
commit
9cbb2b868f
|
|
@ -124,7 +124,7 @@ public class ErrorRatePerCycle extends LocusWalker<Integer, Integer> {
|
||||||
|
|
||||||
public void initialize() {
|
public void initialize() {
|
||||||
report = new GATKReport();
|
report = new GATKReport();
|
||||||
report.addTable(reportName, reportDescription, 6);
|
report.addTable(reportName, reportDescription, 6, GATKReportTable.TableSortingWay.SORT_BY_ROW);
|
||||||
table = report.getTable(reportName);
|
table = report.getTable(reportName);
|
||||||
table.addColumn("readgroup");
|
table.addColumn("readgroup");
|
||||||
table.addColumn("cycle");
|
table.addColumn("cycle");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue