Skip to content

Commit

Permalink
Use 'output' command line option to specify location of CWL output zi…
Browse files Browse the repository at this point in the history
…p file
  • Loading branch information
james-strauss-uwa committed Aug 10, 2020
1 parent 543f600 commit 54cbb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-translator/dlg/translator/tool_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def cwl(parser, args):

# create the CWL workflow
from ..dropmake.cwl import create_workflow
create_workflow(pgt, "", "workflow.cwl", "output.zip")
create_workflow(pgt, "", "workflow.cwl", opts.output)

def register_commands():
tool.cmdwrap('lgweb', 'A Web server for the Logical Graph Editor', 'dlg.dropmake.web.lg_web:run')
Expand Down

0 comments on commit 54cbb7e

Please sign in to comment.