All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.molgenis.data.annotation.CmdLineAnnotatorSettingsConfigurer Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.molgenis.data.annotation;

/**
 * Each annotator must supply a concrete instance of this interface to configure the MolgenisSettings for the
 * CmdLineAnnotator
 */
public interface CmdLineAnnotatorSettingsConfigurer
{
	void addSettings(String annotationSourceFileName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy