Search in sources :

Example 1 with MiniCaller

use of com.github.lindenb.jvarkit.tools.calling.MiniCaller in project jvarkit by lindenb.

the class TestNg01 method testMiniCaller.

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

Aggregations

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