File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 59675967:Type: bool
59685968
59695969
5970+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5971+ ``enable_tool_request_form ``
5972+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5973+
5974+ :Description:
5975+ Enable the Tool Request Form in the toolbox, allowing users to
5976+ request new tools to be installed on this Galaxy instance.
5977+ When enabled, a "Request a Tool" button will appear in the tool
5978+ panel. Submitted requests are sent as notifications to all admin
5979+ users via Galaxy's notification system, which must also be
5980+ enabled.
5981+ This requires ``enable_notification_system `` to be set to
5982+ ``true ``.
5983+ :Default: ``false ``
5984+ :Type: bool
5985+
5986+
59705987~~~~~~~~~~~~~~~~~~~~~~~~
59715988``file_source_temp_dir ``
59725989~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -3214,6 +3214,16 @@ galaxy:
32143214 # This requires the help_forum_api_url to be set.
32153215 #enable_help_forum_tool_panel_integration: false
32163216
3217+ # Enable the Tool Request Form in the toolbox, allowing users to
3218+ # request new tools to be installed on this Galaxy instance.
3219+ # When enabled, a "Request a Tool" button will appear in the tool
3220+ # panel. Submitted requests are sent as notifications to all admin
3221+ # users via Galaxy's notification system, which must also be
3222+ # enabled.
3223+ # This requires ``enable_notification_system`` to be set to
3224+ # ``true``.
3225+ #enable_tool_request_form: false
3226+
32173227 # Directory to store temporary files for file sources. This defaults
32183228 # to new_file_path if not set.
32193229 #file_source_temp_dir: null
You can’t perform that action at this time.
0 commit comments