Search in sources :

Example 1 with VcfBurdenFisherH

use of com.github.lindenb.jvarkit.tools.burden.VcfBurdenFisherH in project jvarkit by lindenb.

the class TestNg01 method testVcfFisherH.

@Test(dependsOnMethods = { "testVcfInjectPed" })
public void testVcfFisherH() throws IOException {
    final File input = new File(TEST_RESULTS_DIR, "tmp.multi2oneallele.vcf");
    Assert.assertEquals(0, new VcfBurdenFisherH().instanceMain(new String[] { "-o", JETER_VCF.getPath(), input.getPath() }));
    assertIsVcf(JETER_VCF);
    Assert.assertTrue(JETER_VCF.exists());
}
Also used : VcfBurdenFisherH(com.github.lindenb.jvarkit.tools.burden.VcfBurdenFisherH) File(java.io.File) Test(org.testng.annotations.Test)

Aggregations

VcfBurdenFisherH (com.github.lindenb.jvarkit.tools.burden.VcfBurdenFisherH)1 File (java.io.File)1 Test (org.testng.annotations.Test)1