arcalot / arcaflow-engine

Arcaflow is a highly-portable workflow engine enabling modular and validated pipelines through containerized plugins.
https://arcalot.io/arcaflow/
Apache License 2.0
6 stars 9 forks source link

adapts the python module to the new engine path management strategy #186

Closed tsebastiani closed 3 weeks ago

tsebastiani commented 3 weeks ago

Changes introduced with this PR

adapts the python module to the new way of managing the workflow/input/config.yaml files relatively to the context param:

previous versions: the relative path of the files needed to be added to the workflow/input/config params on the CLI

current version: the path needs to be set for the context and prepended to the input file name, the workflow and the config need to be valorized only with the filename (no path needed)


By contributing to this repository, I agree to the contribution guidelines.

jaredoconnell commented 3 weeks ago

Is this a breaking change that would prevent the use of absolute paths?

tsebastiani commented 3 weeks ago

Useless, due to a misunderstanding about the context management