use of com.github.lindenb.jvarkit.tools.burden.VcfBurdenFisherV in project jvarkit by lindenb.
the class TestNg01 method testVcfFisherV.
@Test(groups = { "burden" }, dependsOnMethods = { "testVcfMultiToOneAllele" })
public void testVcfFisherV() throws IOException {
final File input = new File(TEST_RESULTS_DIR, "tmp.multi2oneallele.vcf");
Assert.assertEquals(0, new VcfBurdenFisherV().instanceMain(new String[] { "-o", JETER_VCF.getPath(), input.getPath() }));
assertIsVcf(JETER_VCF);
Assert.assertTrue(JETER_VCF.exists());
}
Aggregations