Class LiricalBuilder

java.lang.Object
org.monarchinitiative.lirical.configuration.LiricalBuilder

public class LiricalBuilder extends Object
Build Lirical from provided resources.

The builder needs path to LIRICAL data directory (see LiricalDataResolver for more info) and that is enough for building Lirical with default settings.

Alternatively, a high-level LIRICAL's components can be provided via builder methods.

If shouldLoadOrpha2Gene(boolean) is set, the builder will throw an exception if the Orpha 2 gene mapping file is missing in the data directory.