inab / WfExS-backend

Workflow Execution Service Backend
Apache License 2.0
16 stars 6 forks source link

Full circle 1.0.0a2 #106

Closed jmfernandez closed 1 month ago

jmfernandez commented 1 month ago

This alpha release just implements relocatable working directories, which has required an almost full internal transition from string path handling to pathlib.Path . Many internal hidden issues have been fixed along this path.

It also avoids issue https://github.com/common-workflow-language/cwltool/issues/2027 with cwltool --print-tool and python versions newer than python 3.7 .