add support to tags - #2230
Draft
gsaudade99 wants to merge 1 commit into
Draft
Conversation
Contributor
Author
Contributor
Author
|
@domgz @mira-miracoli want to take a look at this before opening for review? From the rendered file perspective it looks good. Probably there are ways to improve the templating logic. Also feel free to commit here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This pull request updates the Galaxy job configuration templates to provide more flexible and explicit handler and plugin assignment, especially for HTCondor support. The changes introduce new fields for handler definitions, improve handler assignment logic, and add support for specifying handlers per tool.
Handler and plugin assignment improvements:
assign_withtoassignin bothjob_conf.ymlandjob_conf.yml.j2to match the sample conf filehandler_definitionssection, allowing tags and plugins to be set for individual handlers, and introduced adefault_processfor fallback configuration.HTCondor support:
htcondor_apiv2plugin and its handler tag to the configuration, and ensured it can be excluded from the default process if needed.Per-tool handler assignment:
handlerfor individual tools in the job configuration template, allowing more granular control over job routing.ref: #1926