Fixed spelling mistake
This commit is contained in:
parent
b8bc03bb42
commit
28ee6dac41
|
|
@ -234,7 +234,7 @@ public class DiffEngine {
|
||||||
|
|
||||||
// now that we have a specific list of values we want to show, display them
|
// now that we have a specific list of values we want to show, display them
|
||||||
GATKReport report = new GATKReport();
|
GATKReport report = new GATKReport();
|
||||||
final String tableName = "diffences";
|
final String tableName = "differences";
|
||||||
report.addTable(tableName, "Summarized differences between the master and test files. See http://www.broadinstitute.org/gsa/wiki/index.php/DiffEngine for more information", false);
|
report.addTable(tableName, "Summarized differences between the master and test files. See http://www.broadinstitute.org/gsa/wiki/index.php/DiffEngine for more information", false);
|
||||||
GATKReportTable table = report.getTable(tableName);
|
GATKReportTable table = report.getTable(tableName);
|
||||||
table.addPrimaryKey("Difference", true);
|
table.addPrimaryKey("Difference", true);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue