Search in sources :

Example 1 with VcfToRdf

use of com.github.lindenb.jvarkit.tools.vcf2rdf.VcfToRdf in project jvarkit by lindenb.

the class TestNg01 method testVcfToRdf.

@Test(dataProvider = "all_vcfs")
public void testVcfToRdf(final String path) throws IOException {
    final File outvcf = new File(TEST_RESULTS_DIR, "jeter.vcf");
    Assert.assertEquals(0, new VcfToRdf().instanceMain(new String[] { "-o", outvcf.getPath(), path }));
    Assert.assertTrue(outvcf.delete());
}
Also used : File(java.io.File) VcfToRdf(com.github.lindenb.jvarkit.tools.vcf2rdf.VcfToRdf) Test(org.testng.annotations.Test)

Aggregations

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