common-workflow-language / common-workflow-language/cwltool
Staging of optional input fails in cwltool when optional input is not set
Open
- Dominant language
- Python
- Stars
- 376
- Forks
- 255
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 12
Description
Staging of optional input using:
```
listing:
- $(inputs.optional_input)
```
or
```
listing:
- entry: $(inputs.optional_input)
```
fails in cwltool when optional input is not set (is null). I am not sure if this is expected behavior or a bug?
Contributor guide
Assessment
This issue has not been assessed yet.