You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often with dxWDL, I want to be able to easily debug some task, especially by ssh'ing on to box with everything there.
Potentially useful ways to accomplish this:
Be able to specify a different docker image via secret parameter with a default (e.g., -i_image=...-iregistry_login=... or something) - this would make it easy to iterate rapidly on a prebaked image by pushing various things to external registry.
Dump fully templated script to a standard location so it can be edited and rerun. Include a script to run docker with correct commands. Docker image should be fully loaded locally and not deleted afterwards. Respect --debug-on.
Make it easy to do a "dxWDL clone", where you get hopped on to box with cromwell + your docker image + data downloaded + input JSON for cromwell. dxWDL debug-job -j job-123
The text was updated successfully, but these errors were encountered:
Often with dxWDL, I want to be able to easily debug some task, especially by ssh'ing on to box with everything there.
Potentially useful ways to accomplish this:
-i_image=...
-iregistry_login=...
or something) - this would make it easy to iterate rapidly on a prebaked image by pushing various things to external registry.--debug-on
.dxWDL debug-job -j job-123
The text was updated successfully, but these errors were encountered: