common-workflow-language / schema_salad

Semantic Annotations for Linked Avro Data

Home Page:https://www.commonwl.org/v1.2/SchemaSalad.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new Python codegen loader behaves differently

mr-c opened this issue · comments

the path context for loading the run field has changed from the directory of the loaded file, to the current working directory.

This breaks a test in cwl-utils: https://github.com/common-workflow-language/cwl-utils/actions/runs/6057702539/job/16439137675?pr=240#step:7:144

testdata/md5sum.cwl is a CWL workflow with run: dockstore-tool-md5sum.cwl referring to its sibling file: testdata/dockstore-tool-md5sum.cwl

@acoleman2000 Can you look into this? I can't release your enhancements to schema-salad until this is resolved. Thanks!