Adding HC GGA integration test to cover duplicated input alleles.
This commit is contained in:
parent
7f7f40f851
commit
e952296c10
|
|
@ -95,7 +95,7 @@ public class HaplotypeCallerIntegrationTest extends WalkerTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testHaplotypeCallerMultiSampleGGAMultiAllelic() {
|
public void testHaplotypeCallerMultiSampleGGAMultiAllelic() {
|
||||||
HCTestComplexGGA(CEUTRIO_BAM, "-L 20:133041-133161",
|
HCTestComplexGGA(CEUTRIO_BAM, "-L 20:133041-133161 -L 20:300207-300337",
|
||||||
"bbbbd25b22a551cae5d70ea30d7feed1");
|
"bbbbd25b22a551cae5d70ea30d7feed1");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue