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
A WDL can import another WDL over https, usually from raw.github.com. However, these imports aren't recognized properly by WDL DevTools, so any workflow with such an import throws an error such as Failed to import https://raw.githubusercontent.com/aofarrel/goleft-wdl/main/goleft_functions.wdl: [Errno 2] No such file or directory: '/aofarrel/goleft-wdl/main/goleft_functions.wdl'
This error also means running the WDL can't be done from the extension, even though it is a valid WDL as per Cromwell and miniwdl.
The text was updated successfully, but these errors were encountered:
Thanks for reporting - would you mind submitting a PR please? If this requires just an update to MiniWDL dependency, this should be pretty straightforward. Unfortunately, I don't have much bandwidth to maintain this repo, and the effort hasn't been picked up by anyone else..
A WDL can import another WDL over https, usually from raw.github.com. However, these imports aren't recognized properly by WDL DevTools, so any workflow with such an import throws an error such as
Failed to import https://raw.githubusercontent.com/aofarrel/goleft-wdl/main/goleft_functions.wdl: [Errno 2] No such file or directory: '/aofarrel/goleft-wdl/main/goleft_functions.wdl'
This error also means running the WDL can't be done from the extension, even though it is a valid WDL as per Cromwell and miniwdl.
The text was updated successfully, but these errors were encountered: