Loads the config files which were filled by the user. Accepts either directory path from conf_dir, or individual files supplied by the other parameters.

p4cLoadConfFiles(
  conf_dir,
  paths_conf = file.path(conf_dir, "paths.conf"),
  pipeline_conf = file.path(conf_dir, "pipeline.conf"),
  p4c_conf = file.path(conf_dir, "p4c.conf")
)

Arguments

conf_dir

A directory with all the defined conf files. Should have the same files as those that were exported with p4cDumpConfFiles.

paths_conf

Parameter file like paths.conf

pipeline_conf

Parameter file like pipeline.conf

p4c_conf

Parameter file like p4c.conf