You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to that, the current behavior of CommandInputEnumSchema#inputBinding with CommandInputParameter#inputBinding in cwltool seems to be unintended.
It is available since CWL v1.0 but its usecase can be covered with
CommandInputParameter#inputBinding
andCommandInputRecordField#inputBinding
, I guess.In addition to that, the current behavior of
CommandInputEnumSchema#inputBinding
withCommandInputParameter#inputBinding
in cwltool seems to be unintended.Here is an example.
enum-order-root-leaf.cwl:
enum-order-job.json:
I expect that it returns the following in which the value
a
andd
occur only once:However, here is the actual output of
cwltool
:There are three options to fix it:
CommandInputEnumSchema#inputBinding
not to care about such complicated casesinputBinding
What do you think about it?
Related: common-workflow-language/common-workflow-language#783
The text was updated successfully, but these errors were encountered: