Example #1
0
    def process_conf(self):
        RunCommand.process_conf(self)

        if "workflows_path" not in self.conf:
            self.conf_builder.add_value("workflows_path", self.workflows_path)

        if "results_path" not in self.conf:
            self.conf_builder.add_value("results_path", self.results_path)

        if "temp_path" not in self.conf:
            self.conf_builder.add_value("temp_path", self.temp_path)