This repository has been archived by the owner on May 31, 2024. It is now read-only.
Workflow definitions that include a workflow.zip
file fail parsing in CromwellWESAdapter
#577
Labels
bug
Something isn't working
Describe the Bug
Running a multi-file workflow that includes a
workflow.zip
file as part of its definition produces the following error withagc workflow run
:Steps to Reproduce
workflow.zip
to the definition folderagc-project.yaml
Relevant Logs
Context adapter log contains the following:
Expected Behavior
Workflow definitions that are accompanied by extra modules bundled as a zip file should run regardless of what the module bundle zip is named.
Actual Behavior
Screenshots
Additional Context
Proposed fix:
The workflow definition bundle needs to be extracted to a distinct folder. The following line:
amazon-genomics-cli/packages/wes_adapter/amazon_genomics/wes/adapters/CromwellWESAdapter.py
Line 555 in c2e830c
should be replaced with something like:
where
path/to/tmpdir
is different thanwd
which is currently set to the parent folder of the downloaded workflow definition bundle.Operating System: macOS
AGC Version: 1.5.2
Was AGC setup with a custom bucket: No
Was AGC setup with a custom VPC: No
The text was updated successfully, but these errors were encountered: