53 Release Notes
Martha v3 Support
Cromwell now supports resolving DRS URIs through Martha v3 (in addition to Martha v2). To switch to the new version of Martha, update the martha.url
found in the filesystems config to
point to /martha_v3
. More information on Martha v3 request and response schema can be found here.
Support for custom entrypoints on Docker images
Cromwell can now support docker images which have custom entrypoints in the PAPIv2 alpha and beta backends.
Alpha support for WDL optional outputs on PAPI v2
- Alpha support for WDL optional output files on the PAPI v2 backend has been added, please see the
documentation
for known limitations.
Monitoring Image Script
- Cromwell now supports an optional
monitoring_image_script
workflow option in addition to the existing
monitoring_script
andmonitoring_image
options. For more information see the Google Pipelines API Workflow Options
documentation.