aboutsummaryrefslogtreecommitdiff
path: root/bh20seqanalyzer
diff options
context:
space:
mode:
authorPeter Amstutz2020-05-04 13:26:21 -0400
committerPeter Amstutz2020-05-04 13:26:21 -0400
commit8cf9d49ccda4ef030b73268d43103b481d158445 (patch)
treed7502f6b4e532feef4a0fe9194829475a677a8f2 /bh20seqanalyzer
parent7ae370273020132e7d8bfe7e07591264d6a47960 (diff)
downloadbh20-seq-resource-8cf9d49ccda4ef030b73268d43103b481d158445.tar.gz
bh20-seq-resource-8cf9d49ccda4ef030b73268d43103b481d158445.tar.lz
bh20-seq-resource-8cf9d49ccda4ef030b73268d43103b481d158445.zip
Remove debug flag from workflow submit
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Diffstat (limited to 'bh20seqanalyzer')
-rw-r--r--bh20seqanalyzer/main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bh20seqanalyzer/main.py b/bh20seqanalyzer/main.py
index 8d0f562..caf4c43 100644
--- a/bh20seqanalyzer/main.py
+++ b/bh20seqanalyzer/main.py
@@ -90,7 +90,6 @@ def run_workflow(api, parent_project, workflow_uuid, name, inputobj):
cmd = ["arvados-cwl-runner",
"--submit",
"--no-wait",
- "--debug",
"--project-uuid=%s" % project["uuid"],
"arvwf:%s" % workflow_uuid,
tmp.name]