orca.configmanager

Manages configuration

It’s effectively a singleton using module imports.

Attributes

log

ORCA_CONF_PATH

DEFAULT_CONF_PATH

This can potentially be turned into something that's more object-oriented. But for now this seems to do fine.

config

queue_config

telescope

execs

cluster

Functions

load_yaml(p)

Module Contents

orca.configmanager.log[source]
orca.configmanager.ORCA_CONF_PATH[source]
orca.configmanager.DEFAULT_CONF_PATH[source]

This can potentially be turned into something that’s more object-oriented. But for now this seems to do fine.

orca.configmanager.load_yaml(p: str)[source]
orca.configmanager.config[source]
orca.configmanager.queue_config[source]
orca.configmanager.telescope[source]
orca.configmanager.execs[source]
orca.configmanager.cluster[source]