v1.6.0
-
AWS backend is updated and fully tested.
- Call-caching (re-using previous outputs) works fine but Cromwell always makes cache copies on new workflow's output directory even with
--aws-call-caching-dup-strat reference
. See this issue for details.
- Call-caching (re-using previous outputs) works fine but Cromwell always makes cache copies on new workflow's output directory even with
-
Users can use HOCON's
include
statements in custom backend configuration file (specified with--backend-conf
).