Skip to content

Commit 0e0ca11

Browse files
authored
Merge pull request #21053 from davelopez/rebuild_config
Update config samples from schema
2 parents 4af4857 + 856e0ef commit 0e0ca11

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

doc/source/admin/galaxy_options.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,8 +1051,7 @@
10511051
~~~~~~~~~~~~~~~~~
10521052

10531053
:Description:
1054-
Directory where chrom len files are kept, currently mainly used by
1055-
trackster.
1054+
Directory where chrom len files are kept.
10561055
The value of this option will be resolved with respect to
10571056
<tool_data_path>.
10581057
:Default: ``shared/ucsc/chrom``
@@ -1126,9 +1125,9 @@
11261125
:Type: str
11271126

11281127

1129-
~~~~~~~~~~~~~~~~~~~~~~~~~~
1128+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11301129
``enable_tool_generated_tours``
1131-
~~~~~~~~~~~~~~~~~~~~~~~~~~
1130+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11321131

11331132
:Description:
11341133
Allow tools to show the option of and create interactive tours
@@ -5892,6 +5891,3 @@
58925891
is ``true``. Runs in a Celery task.
58935892
:Default: ``86400``
58945893
:Type: int
5895-
5896-
5897-

lib/galaxy/config/sample/galaxy.yml.sample

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
# Galaxy is configured by default to be usable in a single-user development
22
# environment. To tune the application for a multi-user production
33
# environment, see the documentation at:
4-
#
4+
#
55
# https://docs.galaxyproject.org/en/master/admin/production.html
6-
#
6+
#
77
# Throughout this sample configuration file, except where stated otherwise,
88
# uncommented values override the default if left unset, whereas commented
99
# values are set to the default value. Relative paths are relative to the root
1010
# Galaxy directory.
11-
#
11+
#
1212
# Examples of many of these options are explained in more detail in the Galaxy
1313
# Community Hub.
14-
#
14+
#
1515
# https://galaxyproject.org/admin/config
16-
#
16+
#
1717
# Config hackers are encouraged to check there before asking for help.
18-
#
18+
#
1919
# Configuration for Gravity process manager.
2020
# ``uwsgi:`` section will be ignored if Galaxy is started via Gravity commands (e.g ``./run.sh``, ``galaxy`` or ``galaxyctl``).
2121
gravity:
2222

2323
# Process manager to use.
2424
# ``supervisor`` is the default process manager when Gravity is invoked as a non-root user.
2525
# ``systemd`` is the default when Gravity is invoked as root.
26-
# Valid options are: supervisor, systemd
26+
# ``multiprocessing`` is the default when Gravity is invoked as the foreground shortcut ``galaxy`` instead of ``galaxyctl``
27+
# Valid options are: supervisor, systemd, multiprocessing
2728
# process_manager:
2829

2930
# What command to write to the process manager configs
@@ -3126,4 +3127,3 @@ galaxy:
31263127
# default) if enable_failed_jobs_working_directory_cleanup is
31273128
# ``true``. Runs in a Celery task.
31283129
#failed_jobs_working_directory_cleanup_interval: 86400
3129-

0 commit comments

Comments
 (0)