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 4b1afce commit dd5d6c8Copy full SHA for dd5d6c8
wes_service/arvados_wes.py
@@ -13,7 +13,6 @@
13
import shutil
14
15
from wes_service.util import visit, WESBackend
16
-from werkzeug.utils import secure_filename
17
18
19
class MissingAuthorization(Exception):
wes_service/cwl_runner.py
@@ -2,13 +2,9 @@
2
import json
3
import os
4
import subprocess
5
-import tempfile
6
import urllib
7
import uuid
8
9
-import connexion
10
11
-
12
from wes_service.util import WESBackend
wes_service/util.py
@@ -6,6 +6,7 @@
import connexion
from werkzeug.utils import secure_filename
+
def visit(d, op):
"""Recursively call op(d) for all list subelements and dictionary 'values' that d may have."""
op(d)
0 commit comments