-
Notifications
You must be signed in to change notification settings - Fork 52
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
Miniwdl fails on list with optional outputs even though select_all is used #614
Comments
Thanks @rhpvorderman, quickly I was able to trace the root cause to a hacky workaround mentioned here, which has come back to bite me. I probably want to replace the hack with some proper solution, but need to think about what that will be. Lines 665 to 667 in 0dc9a21
|
Yeah, this will result in a It can be easily fixed by a hacky workaround elsewhere ( |
I have a fix in #615, I think it's the right approach but still needs a bit of polishing. |
Nice! I currently have other priorities I need to attent to, but as soon as I have the time I will try out the branch on our WDL codebase. |
Replace a hack in the postprocessing of File?/Directory? outputs, which was buggy (#614), related to when & how a nonexistent output path is changed to None.
See #613 that contains a minimum reproducible example.
The text was updated successfully, but these errors were encountered: