WDL: a bundled dependency could not be found

Nick Shrine

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

  • Comment author
    Nick Shrine

    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.

    1

Please sign in to leave a comment.