We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cwl.load_workflow_json
cwl.pwd_to_cwl
1 parent 3af91a5 commit 00bc3c5Copy full SHA for 00bc3c5
1 file changed
python_workflow_definition/src/python_workflow_definition/cwl/__init__.py
@@ -231,7 +231,7 @@ def _write_workflow(workflow):
231
dump(workflow_template, f, Dumper=Dumper)
232
233
234
-def load_workflow_json(file_name: str):
+def pwd_to_cwl(file_name: str):
235
with open(file_name, "r") as f:
236
workflow = json.load(f)
237
0 commit comments