Skip to content

Commit 0b7a707

Browse files
committed
Remove exception.
1 parent 5ab72eb commit 0b7a707

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

wes_service/toil_wes.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,6 @@ def RunWorkflow(self):
268268
else:
269269
body[k] = v.read()
270270

271-
if body['workflow_type'] != "CWL" or \
272-
body['workflow_type_version'] != "v1.0":
273-
return
274-
275271
body["workflow_url"] = "file:///%s/%s" % (tempdir, body["workflow_url"])
276272
index = body["workflow_url"].find("http")
277273
if index > 0:

0 commit comments

Comments
 (0)