File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ $graph:
3030 type : record
3131 inVocab : true
3232 extends : cwl:Process
33+ specialize :
34+ - specializeFrom : cwl:InputParameter
35+ specializeTo : cwl:WorkflowInputParameter
36+ - specializeFrom : cwl:OutputParameter
37+ specializeTo : cwl:ExpressionToolOutputParameter
3338 documentRoot : true
3439 fields :
3540 - name : class
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ $graph:
3030 type : record
3131 inVocab : true
3232 extends : cwl:Process
33+ specialize :
34+ - specializeFrom : cwl:InputParameter
35+ specializeTo : cwl:WorkflowInputParameter
36+ - specializeFrom : cwl:OutputParameter
37+ specializeTo : cwl:ExpressionToolOutputParameter
3338 documentRoot : true
3439 fields :
3540 - name : class
Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ $graph:
2929 type : record
3030 inVocab : true
3131 extends : cwl:Process
32+ specialize :
33+ - specializeFrom : cwl:InputParameter
34+ specializeTo : cwl:WorkflowInputParameter
35+ - specializeFrom : cwl:OutputParameter
36+ specializeTo : cwl:ExpressionToolOutputParameter
3237 documentRoot : true
3338 fields :
3439 - name : class
Original file line number Diff line number Diff line change @@ -141,6 +141,9 @@ $graph:
141141 type : record
142142 inVocab : true
143143 extends : cwl:Process
144+ specialize :
145+ - specializeFrom : cwl:OutputParameter
146+ specializeTo : cwl:ExpressionToolOutputParameter
144147 documentRoot : true
145148 fields :
146149 - name : class
You can’t perform that action at this time.
0 commit comments