@@ -23,18 +23,30 @@ Planemo command for running CWL tools and jobs.
2323
2424 --galaxy_root DIRECTORY Root of development galaxy directory to
2525 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.
2827 --install_galaxy Download and configure a disposable copy of
2928 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.
3038 --no_cache_galaxy Skip caching of Galaxy source and dependencies
3139 obtained with --install_galaxy. Not caching
3240 this results in faster downloads (no git) - so
3341 is better on throw away instances such with
3442 TravisCI.
3543 --no_cleanup Do not cleanup temp files created for and by
3644 Galaxy.
45+ --galaxy_email TEXT E-mail address to use when launching single-
46+ user Galaxy server.
3747 --job_config_file PATH Job configuration file for Galaxy to target.
48+ --tool_dependency_dir DIRECTORY
49+ Tool dependency dir for Galaxy to target.
3850 --port INTEGER Port to serve Galaxy on (default is 9090).
3951 --host TEXT Host to bind Galaxy to. Default is 127.0.0.1
4052 that is restricted to localhost connections
@@ -47,12 +59,42 @@ Planemo command for running CWL tools and jobs.
4759 --dependency_resolvers_config_file PATH
4860 Dependency resolver configuration for Galaxy
4961 to target.
50- --tool_dependency_dir DIRECTORY
51- Tool dependency dir for Galaxy to target.
5262 --brew_dependency_resolution Configure Galaxy to use plain brew dependency
5363 resolution.
5464 --shed_dependency_resolution Configure Galaxy to use brewed Tool Shed
5565 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.
5698 --cwl_galaxy_root DIRECTORY Root of development galaxy directory to
5799 execute command with (must be branch of Galaxy
58100 with CWL support, this option is experimental
0 commit comments