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
Running the workflow will automatically write out a YAML file to the output directory with all arguments used in the original call. Users will also be able to feed in a --config-file argument that will take parameters from a YAML file and use them in the workflow call. Any manually specified arguments will override ones in the YAML file (perhaps with a warning?).
Context / Motivation
This will make it easier to re-run the workflow, as well as to run the workflow on many participants with limited variable hard-coding.
Possible Implementation
The text was updated successfully, but these errors were encountered:
We want to add the ability to ingest and write out YAML-based config files when running the workflow.
Stems from #17 (comment) and GatherTown convo.
Detailed Description
Running the workflow will automatically write out a YAML file to the output directory with all arguments used in the original call. Users will also be able to feed in a
--config-file
argument that will take parameters from a YAML file and use them in the workflow call. Any manually specified arguments will override ones in the YAML file (perhaps with a warning?).Context / Motivation
This will make it easier to re-run the workflow, as well as to run the workflow on many participants with limited variable hard-coding.
Possible Implementation
The text was updated successfully, but these errors were encountered: