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
Denis from the Dockstore team complained that he had a Toil (WDL?) run fail with:
Got exception 'No available job store implementation can import the URL 'missing:'. Ensure Toil has been installed with the appropriate extras.' while copying 'missing://'
This is not the right error to display to the user. When we see that a file is not present and mark it missing, but then try to use it anyway, we need to instead produce an error about how the original file path(s?) we checked didn't have files at them.
┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1683
The text was updated successfully, but these errors were encountered:
I have seen the same error in toil-CWL. Currently running toil==7.0.0 and cwltool==3.1.20240508115724. Installed with 'pip install 'toil[cwl]'. [2024-12-04T11:32:20-0700] [MainThread] [I] [toil.cwl.cwltoil] Loading missing://... [2024-12-04T11:32:20-0700] [MainThread] [E] [toil.cwl.cwltoil] Got exception 'No available job store implementation can import the URL 'missing:'. Ensure Toil has been installed with the appropriate extras.' while copying 'missing://' [2024-12-04T11:32:20-0700] [MainThread] [E] [root] No available job store implementation can import the URL 'missing:'. Ensure Toil has been installed with the appropriate extras.
Denis from the Dockstore team complained that he had a Toil (WDL?) run fail with:
This is not the right error to display to the user. When we see that a file is not present and mark it missing, but then try to use it anyway, we need to instead produce an error about how the original file path(s?) we checked didn't have files at them.
┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1683
The text was updated successfully, but these errors were encountered: