diff options
author | Peter Amstutz | 2020-05-04 13:26:21 -0400 |
---|---|---|
committer | Peter Amstutz | 2020-05-04 13:26:21 -0400 |
commit | 8cf9d49ccda4ef030b73268d43103b481d158445 (patch) | |
tree | d7502f6b4e532feef4a0fe9194829475a677a8f2 | |
parent | 7ae370273020132e7d8bfe7e07591264d6a47960 (diff) | |
download | bh20-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>
-rw-r--r-- | bh20seqanalyzer/main.py | 1 |
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] |