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
Julian has a WDL task that wants to output a symlink to an input file (sometimes).
This doesn't work because you get a symlink to the absolute path of the input as mounted in the container, which is a broken symlink when we go to upload it.
When dealing with symlinks coming out of tasks, we should resolve them ourselves according to what we know about what was mounted where in the container filesystem.
┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1528
The text was updated successfully, but these errors were encountered:
Julian has a WDL task that wants to output a symlink to an input file (sometimes).
This doesn't work because you get a symlink to the absolute path of the input as mounted in the container, which is a broken symlink when we go to upload it.
When dealing with symlinks coming out of tasks, we should resolve them ourselves according to what we know about what was mounted where in the container filesystem.
┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1528
The text was updated successfully, but these errors were encountered: