common-workflow-language / common-workflow-language/user_guide

No outputs at lesson 23

Open
#129 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Common Workflow Language
Stars
42
Forks
65
PR merge metrics
No merged PRs in 30d

Description

In lesson 23
There are 3 cwl files.
But every cwl files have just `outputs: []`

Rabix Composer can not execute these cwl correctly.

It shoud have something.

For examle.

*scatter-workflow.cwl*

```
#!/usr/bin/env cwl-runner

cwlVersion: v1.0
class: Workflow

requirements:
ScatterFeatureRequirement: {}

inputs:
message_array: string[]

steps:
echo:
run: 1st-tool.cwl
scatter: message
in:
message: message_array
out: []

outputs: []
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.