use of com.github.lindenb.jvarkit.tools.biostar.Biostar84452 in project jvarkit by lindenb.
the class TestNg01 method testBiostar84452.
@Test
public void testBiostar84452() throws IOException {
File tmp = new File(TEST_RESULTS_DIR, "tmp.bam");
Assert.assertEquals(0, new Biostar84452().instanceMain(new String[] { "-o", tmp.getPath(), TOY_BAM }));
Assert.assertTrue(tmp.delete());
}
Aggregations