Search in sources :

Example 1 with GroupByGene

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

Aggregations

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