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
Similar to #5031, there's been a regression in WDL File handling for coercing URLs Strings to File. This is part of #5057; that workflow relies on reading a TSV of URLs and coercing the entries to Files. In Toil 7.0.0, that part of the workflow worked; in Toil 7d4d074 it does not. The URLs get nonexistent: prepended to them, because I guess they aren't local files.
Here's a minimal workflow to reproduce the problem, with no inputs.
Similar to #5031, there's been a regression in WDL File handling for coercing URLs
String
s toFile
. This is part of #5057; that workflow relies on reading a TSV of URLs and coercing the entries toFile
s. In Toil 7.0.0, that part of the workflow worked; in Toil 7d4d074 it does not. The URLs getnonexistent:
prepended to them, because I guess they aren't local files.Here's a minimal workflow to reproduce the problem, with no inputs.
Note that MiniWDL also can't handle this, but I think Cromwell does what you would expect here.
┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1630
The text was updated successfully, but these errors were encountered: