wdl-engine 0.13.1

Execution engine for Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
error: the map does not contain an entry for the specified key
  ┌─ tests/workflows/test-map-fail/source.wdl:5:25
  │
5 │   Int c = string_to_int["c"]  # error - "c" is not a key in the map
  │                         ^^^