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

prototype runtime.autoEnv #503

Closed
wants to merge 2 commits into from
Closed

prototype runtime.autoEnv #503

wants to merge 2 commits into from

Conversation

mlin
Copy link
Collaborator

@mlin mlin commented May 10, 2021

Experimental feature: if the task runtime section declares autoEnv: true then WDL declarations with atomic types are automatically propagated to environment variables in the task container.

(atomic types: String, File, Directory, Int, Float, Boolean. Compound types can be passed this way via an intermediate String/File using sep, write_lines, write_json, or the like)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 827142656

  • 9 of 9 (100.0%) changed or added relevant lines in 1 file are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.06%) to 96.24%

Files with Coverage Reduction New Missed Lines %
WDL/_parser.py 2 95.1%
Totals Coverage Status
Change from base Build 822169616: 0.06%
Covered Lines: 6654
Relevant Lines: 6914

💛 - Coveralls

@mlin mlin mentioned this pull request Nov 21, 2022
@mlin
Copy link
Collaborator Author

mlin commented Feb 18, 2023

Closing as superseded by #617 / openwdl/wdl#504

@mlin mlin closed this Feb 18, 2023
@mlin mlin deleted the mlin/autoEnv branch February 18, 2023 06:47
@mlin mlin restored the mlin/autoEnv branch February 18, 2023 06:47
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

Successfully merging this pull request may close these issues.

2 participants