MAIA_initialize_config script#

Script to initialize the MAIA Cluster configuration. The cluster configuration is specified by the --cluster-config option, and the configuration folder where the resolved configuration files will be saved is specified by the --config-folder option.

usage: MAIA_initialize_config [-h] --cluster-config CLUSTER_CONFIG
                              --config-folder CONFIG_FOLDER [-v]

Named Arguments#

--cluster-config

YAML configuration file used to extract the cluster configuration.

--config-folder

Configuration Folder where to save the resolved MAIA Cluster configuration files.

-v, --version

show program’s version number and exit

Example call:

MAIA_initialize_config --cluster-config /PATH/TO/cluster_config.yaml --config-folder /PATH/TO/config_folder