wdl-engine 0.13.1

Execution engine for Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: task execution failed for task `test`: process terminated with exit code 1: see `attempts/0/stdout` and `attempts/0/stderr` for task output

task stderr output (last 10 lines):

  this task is going to fail!

  ┌─ tests/tasks/task-fail/source.wdl:3:6
  │
3 │ task test {
  │      ^^^^ this task failed to execute