common-workflow-language / common-workflow-language/cwltool
Detect missing MultipleInputFeatureRequirement during validation
Open
- Dominant language
- Python
- Stars
- 376
- Forks
- 255
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 12
Description
copy `tests/checker_wf/functional-wf.cwl` to `tests/checker_wf/missing-mifr-wf.cwl` and remove the `MultipleInputFeatureRequirement`
run `cwltool --validate tests/checker_wf/missing-mifr-wf.cwl`
It passes. Executing that workflow produces:
`ERROR [step echo_x] Cannot make job: Workflow contains multiple inbound links to a single parameter but MultipleInputFeatureRequirement is not declared`
This should have been caught by the validation.
Contributor guide
Assessment
This issue has not been assessed yet.