@@ -23,18 +23,30 @@ Planemo command for running CWL tools and jobs.
23
23
24
24
--galaxy_root DIRECTORY Root of development galaxy directory to
25
25
execute command with.
26
- --galaxy_sqlite_database DIRECTORY
27
- Preseeded Galaxy sqlite database to target.
26
+ --galaxy_database_seed PATH Preseeded Galaxy sqlite database to target.
28
27
--install_galaxy Download and configure a disposable copy of
29
28
Galaxy from github.
29
+ --galaxy_branch TEXT Branch of Galaxy to target (defaults to
30
+ master) if a Galaxy root isn't specified.
31
+ --galaxy_source TEXT Git source of Galaxy to target (defaults to
32
+ the official galaxyproject github source if a
33
+ Galaxy root isn't specified.
34
+ --skip_venv Do not create or source a virtualenv
35
+ environment for Galaxy, this should be used or
36
+ instance to preserve an externally configured
37
+ virtual environment or conda environment.
30
38
--no_cache_galaxy Skip caching of Galaxy source and dependencies
31
39
obtained with --install_galaxy. Not caching
32
40
this results in faster downloads (no git) - so
33
41
is better on throw away instances such with
34
42
TravisCI.
35
43
--no_cleanup Do not cleanup temp files created for and by
36
44
Galaxy.
45
+ --galaxy_email TEXT E-mail address to use when launching single-
46
+ user Galaxy server.
37
47
--job_config_file PATH Job configuration file for Galaxy to target.
48
+ --tool_dependency_dir DIRECTORY
49
+ Tool dependency dir for Galaxy to target.
38
50
--port INTEGER Port to serve Galaxy on (default is 9090).
39
51
--host TEXT Host to bind Galaxy to. Default is 127.0.0.1
40
52
that is restricted to localhost connections
@@ -47,12 +59,42 @@ Planemo command for running CWL tools and jobs.
47
59
--dependency_resolvers_config_file PATH
48
60
Dependency resolver configuration for Galaxy
49
61
to target.
50
- --tool_dependency_dir DIRECTORY
51
- Tool dependency dir for Galaxy to target.
52
62
--brew_dependency_resolution Configure Galaxy to use plain brew dependency
53
63
resolution.
54
64
--shed_dependency_resolution Configure Galaxy to use brewed Tool Shed
55
65
dependency resolution.
66
+ --conda_prefix DIRECTORY Conda prefix to use for conda dependency
67
+ commands.
68
+ --conda_exec PATH Location of conda executable.
69
+ --conda_debug Enable more verbose conda logging.
70
+ --conda_ensure_channels TEXT Ensure conda is configured with specified
71
+ comma separated list of channels.
72
+ --conda_dependency_resolution Configure Galaxy to use only conda for
73
+ dependency resolution.
74
+ --conda_copy_dependencies Conda dependency resolution for Galaxy will
75
+ copy dependencies instead of attempting to
76
+ link them.
77
+ --conda_auto_install Conda dependency resolution for Galaxy will
78
+ auto install will attempt to install requested
79
+ but missing packages.
80
+ --conda_auto_init Conda dependency resolution for Galaxy will
81
+ auto install conda itself using miniconda if
82
+ not availabe on conda_prefix.
83
+ --profile TEXT Location of pid file is executed with
84
+ --daemon.
85
+ --file_path DIRECTORY Location for files created by Galaxy (e.g.
86
+ database/files).
87
+ --database_connection TEXT Database connection string to use for Galaxy.
88
+ --shed_tool_conf TEXT Location of shed tools conf file for Galaxy.
89
+ --shed_tool_path TEXT Location of shed tools directory for Galaxy.
90
+ --extra_tools PATH Extra tool sources to include in Galaxy's tool
91
+ panel (file or directory). These will not be
92
+ linted/tested/etc... but they will be
93
+ available to workflows and for interactive
94
+ use.
95
+ --daemon Serve Galaxy process as a daemon.
96
+ --pid_file TEXT Location of pid file is executed with
97
+ --daemon.
56
98
--cwl_galaxy_root DIRECTORY Root of development galaxy directory to
57
99
execute command with (must be branch of Galaxy
58
100
with CWL support, this option is experimental
0 commit comments