Multiple input feature problem
0
0
Entering edit mode
6.8 years ago

I've encountered a problem using MultipleInputFeatureRequirement. It works with required inputs but not with optional inputs. Is this an expected behaviour and if so why?

All code to reproduce the problem and other information are here - https://github.com/AleksandrSl/cwl-problem-samples/tree/master/multiple_input_feature

cwl • 934 views
ADD COMMENT
0
Entering edit mode

I've found workaround for optional parameters using expressions,

source:
  - input_1
  - input_2
valueFrom: $([self[0], self[1]])

Nevertheless this behaviour looks like a bug

ADD REPLY

Login before adding your answer.

Traffic: 1569 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6