Search in sources :

Example 1 with VcfMultiToOne

use of com.github.lindenb.jvarkit.tools.onesamplevcf.VcfMultiToOne in project jvarkit by lindenb.

the class TestNg01 method testVcfMultiToOne.

@Test
public void testVcfMultiToOne() throws IOException {
    final File output = new File(TEST_RESULTS_DIR, "jeter.vcf");
    Assert.assertEquals(0, new VcfMultiToOne().instanceMain(new String[] { "-o", output.getPath(), VCF01 }));
    Assert.assertTrue(output.delete());
}
Also used : File(java.io.File) VcfMultiToOne(com.github.lindenb.jvarkit.tools.onesamplevcf.VcfMultiToOne) Test(org.testng.annotations.Test)

Aggregations

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