Merged bug fix from Stable into Unstable
This commit is contained in:
commit
b40d3eb8aa
|
|
@ -283,7 +283,7 @@ public class DiffEngine {
|
|||
GATKReport report = new GATKReport();
|
||||
final String tableName = "differences";
|
||||
// TODO for Geraldine -- link needs to be updated below
|
||||
report.addTable(tableName, "Summarized differences between the master and test files. See [ask Geraldine to fix link to DiffEngine wiki] for more information", 3);
|
||||
report.addTable(tableName, "Summarized differences between the master and test files. See http://www.broadinstitute.org/gsa/wiki/index.php/DiffEngine for more information", 3);
|
||||
final GATKReportTable table = report.getTable(tableName);
|
||||
table.addColumn("Difference");
|
||||
table.addColumn("NumberOfOccurrences");
|
||||
|
|
|
|||
Loading…
Reference in New Issue