common-workflow-language / common-workflow-language/cwltool

Detect missing MultipleInputFeatureRequirement during validation

Open
#1,740 1 comment 1 reaction 0 assignees View on GitHub
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

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.