Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https imports don't work in VSCode #27

Open
aofarrel opened this issue Jun 14, 2023 · 1 comment
Open

https imports don't work in VSCode #27

aofarrel opened this issue Jun 14, 2023 · 1 comment

Comments

@aofarrel
Copy link

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'

Screenshot 2023-06-14 at 4 32 10 PM

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.
Screenshot 2023-06-14 at 4 37 28 PM

@dinvlad
Copy link
Contributor

dinvlad commented Jun 21, 2023

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants