WDL: a bundled dependency could not be found
I have a WDL workflow that works fine for me, but when colleagues try it in another project with the same inputs it fails with
dxpy.exceptions.ResourceNotFound: A bundled dependency could not be found: “undefined” is not a recognized ID, code 404.
The input .json files are the same as when I run it and all the input files specified in the input .json exist
Any tips on how to go about debugging this?
Comments
1 comment
I found the answer to this.
The docker image had been updated without reinstalling the WDL workflow, hence the workflow was trying to use a non-existent docker image.
Please sign in to leave a comment.