Skip to content

Commit

Permalink
Fixup run options for the addition to engine to serve.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jun 7, 2016
1 parent 73e6a3c commit 5c1002c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion planemo/commands/cmd_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
@click.command('run')
@options.required_tool_arg()
@options.required_job_arg()
@options.galaxy_serve_options()
@options.galaxy_run_options()
@options.galaxy_config_options()
@options.galaxy_cwl_root_option()
@options.cwl_conformance_test()
@options.run_output_directory_option()
Expand Down

0 comments on commit 5c1002c

Please sign in to comment.