Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto workflow dependency fails in some cases #40

Open
yihming opened this issue Aug 26, 2022 · 0 comments
Open

Auto workflow dependency fails in some cases #40

yihming opened this issue Aug 26, 2022 · 0 comments

Comments

@yihming
Copy link
Member

yihming commented Aug 26, 2022

Issue Details

The current workflow dependency zip file creation feature fails for the following case.

If calling https://github.com/lilab-bcb/cumulus/blob/master/workflows/cellranger/cellranger_workflow.wdl locally:

alto cromwell run -m <server-name> -m cellranger_workflow.wdl -i inputs.json -b <Cloud-bucket-URI>

The job fails with the following error:

Failed to import '../cumulus/cumulus_adt.wdl' (reason 2 of 2): Failed to resolve '../cumulus/cumulus_adt.wdl' using resolver: 'http importer (no 'relative-to' origin)' (reason 1 of 1): Relative path

Solution Suggestion

Dockstore handles WDL import statements on relative paths with .. properly. Maybe we can borrow some idea there?

Urgency Level

Not urgent at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant