use of org.molgenis.data.populate.IdGeneratorImpl in project molgenis by molgenis.
the class SnpEffRunnerTest method beforeMethod.
@BeforeMethod
public void beforeMethod() throws IOException {
jarRunner = mock(JarRunnerImpl.class);
IdGenerator idGenerator = new IdGeneratorImpl();
snpEffRunner = new SnpEffRunner(jarRunner, snpEffAnnotatorSettings, idGenerator, vcfAttributes, effectsMetaData, entityTypeFactory, attributeFactory);
}
Aggregations