googlegenomics / pipelines-api-examples

Examples for the Google Genomics Pipelines API.
BSD 3-Clause "New" or "Revised" License
50 stars 31 forks source link

Enable multiple inputs JSONs #53

Closed vdauwera closed 6 years ago

vdauwera commented 7 years ago

Cromwell now supports providing multiple JSON files of inputs, which provides significant convenience for managing inputs.

For example, for a given WDL, I can feed Cromwell one JSON file with input data files (where inputs will typically change for every run of the pipeline), one JSON with analysis parameters (typically the same between runs), and one with performance-related parameters (eg Java heap size for each task) that amount to a sort of configuration, which I might want to swap out depending on the urgency of a project.

This would provide great value if it were supported by wdl_runner.

mbookman commented 6 years ago

Closing this issue here as wdl_runner is no longer part of this repo. It is now part of the openwdl repo.