wdl-engine 0.16.0

Execution engine for Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
9
version 1.3

workflow illegal_access {
  input {
    Object my
  }

  Int i = my.x  # error: field 'x' does not exist in object
}