We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d0045 commit a7e63ceCopy full SHA for a7e63ce
python_workflow_definition/src/python_workflow_definition/cwl/export.py
@@ -97,12 +97,9 @@ def _write_function_cwl(workflow):
97
"default": "python_workflow_definition.cwl",
98
},
99
"workflowfile": {
100
- "type": "string",
101
- "inputBinding": {
102
- "position": 2,
103
- "separate": False,
104
- },
105
- "default": "workflow.py",
+ "type": "File",
+ "inputBinding": {"position": 2},
+ "default": {"class": "File", "location": "workflow.py"},
106
107
108
"outputs": {},
0 commit comments