Skip to content

Commit

Permalink
Fix allele-switch error message (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Feb 8, 2024
1 parent 17ce543 commit 3c4b378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ public void testQcStatisticsDontAllowAlleleSwitches() throws IOException {

assertTrue(context.hasInMemory("Excluded sites in total: 2,967"));
assertTrue(context.hasInMemory("Allele switch: 118,209"));
assertTrue(context.hasInMemory("<b>Error:</b> More than 33 allele switches have been detected. Instructions to solve this issue can be found in our documentation. Imputation cannot be started!"));
assertTrue(context.hasInMemory("<b>Error:</b> More than 33 allele switches have been detected. Imputation cannot be started!"));
}

public void testQcStatisticsFilterOverlap() throws IOException {
Expand Down

0 comments on commit 3c4b378

Please sign in to comment.