use of com.github.lindenb.jvarkit.tools.groupbygene.GroupByGene in project jvarkit by lindenb.
the class TestNg01 method testGroupByGene.
@Test
public void testGroupByGene() throws IOException {
final File output = new File(TEST_RESULTS_DIR, "jeter.txt");
Assert.assertEquals(0, new GroupByGene().instanceMain(new String[] { "-o", output.getPath(), VCF01 }));
assertTableIsConsitent(output, null);
Assert.assertTrue(output.exists());
}
Aggregations