When the names of the outfiles get modified within the scripts for each step (e.g. if the naming pattern differs from the config file), the --resume option will break, since it searches for files with the naming pattern given in the config file.
A clean solution might be to not touch the naming pattern in the scripts and instead to provide more options within the config file.
When the names of the outfiles get modified within the scripts for each step (e.g. if the naming pattern differs from the config file), the --resume option will break, since it searches for files with the naming pattern given in the config file.
A clean solution might be to not touch the naming pattern in the scripts and instead to provide more options within the config file.