Search in sources :

Example 1 with Biostar84452

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());
}
Also used : Biostar84452(com.github.lindenb.jvarkit.tools.biostar.Biostar84452) File(java.io.File) Test(org.testng.annotations.Test)

Aggregations

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