Skip to content

Commit 6812c9c

Browse files
committed
Try gathering workflow descriptor from request
Attempt to address #14
1 parent f3b5d6d commit 6812c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wes_service/cwl_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def run(self, request, opts):
2626
json.dump(request["workflow_params"], inputtemp)
2727

2828
if request.get("workflow_descriptor"):
29+
workflow_descriptor = request.get('workflow_descriptor')
2930
with open(os.path.join(
3031
self.workdir, "workflow.cwl"), "w") as f:
3132
# FIXME #14 workflow_descriptor isn't defined

0 commit comments

Comments
 (0)