We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e6a3c commit a191e97Copy full SHA for a191e97
1 file changed
planemo/commands/cmd_run.py
@@ -14,7 +14,9 @@
14
@click.command('run')
15
@options.required_tool_arg()
16
@options.required_job_arg()
17
-@options.galaxy_serve_options()
+@options.galaxy_run_options()
18
+@options.docker_galaxy_image_option()
19
+@options.galaxy_config_options()
20
@options.galaxy_cwl_root_option()
21
@options.cwl_conformance_test()
22
@options.run_output_directory_option()
0 commit comments