lazy load imports - #374
Draft
bgruening wants to merge 20 commits into
Draft
Conversation
Used for training
EU: Add scool format (#56)
- Add support for prefixing calls to HTCondor binaries to the HTCondor runner - Define an optional parameter `prefix` for the HTCondor job runner that prepends the parameter value to all calls to HTCondor binaries, such as `condor_submit`, `condor_rm` or `condor_ssh_to_job`. - Add support for overriding HTCondor commands to the HTCondor runner - Define three optional parameters `condor_rm_cmd`, `condor_ssh_to_job_cmd`, `condor_submit_cmd` that override calls to `condor_rm`, `condor_ssh_to_job` and `condor_submit` with the parameters' values. - In addition, the runner now invokes the commands through a shell. This allows tricks such as passing the `condor_*` invocations as arguments to other commands, or performing other tasks before the calls. - Fix `condor_submit` and `condor_stop` docstrings - Update HTCondor runner documentation - Make it clear that the `prefix` is followed by the command without any spaces in between, and thus adding a trailing space to `prefix` is recommended.
This seems to break NFS setups. usegalaxy-eu/issues#552
* Refactor error detection command in XML * Fix chown command in interactivetool_cellprofiler.xml * Update chown command to avoid failure Change ownership command to not fail if it encounters an error. * Change chown command to ignore errors * Modify chown command to prevent errors
* Refactor error detection command in XML * Fix chown command in interactivetool_cellprofiler.xml * Update chown command to avoid failure Change ownership command to not fail if it encounters an error. * Change chown command to ignore errors * Modify chown command to prevent errors * Fix chown command and remove unnecessary chaining * Fix command chaining in interactivetool_anylabeling.xml
bgruening
force-pushed
the
release_26.0_europe
branch
4 times, most recently
from
April 8, 2026 20:37
be28327 to
81960ce
Compare
bgruening
force-pushed
the
release_26.0_europe
branch
2 times, most recently
from
April 16, 2026 19:29
7a7e3f2 to
bfd0bd6
Compare
bgruening
force-pushed
the
release_26.0_europe
branch
2 times, most recently
from
April 28, 2026 09:53
e727a62 to
a381c2e
Compare
bgruening
force-pushed
the
release_26.0_europe
branch
from
May 3, 2026 21:57
05b6e44 to
065e261
Compare
bgruening
force-pushed
the
release_26.0_europe
branch
from
May 11, 2026 20:14
fab3e22 to
07cda10
Compare
bgruening
force-pushed
the
release_26.0_europe
branch
from
May 19, 2026 19:43
07cda10 to
6569f77
Compare
davelopez
force-pushed
the
release_26.0_europe
branch
2 times, most recently
from
June 2, 2026 11:59
8f78a8f to
e59da67
Compare
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.
(Please replace this header with a description of your pull request. Please include BOTH what you did and why you made the changes. The "why" may simply be citing a relevant Galaxy issue.)
(If fixing a bug, please add any relevant error or traceback)
(For UI components, it is recommended to include screenshots or screencasts)
How to test the changes?
(Select all options that apply)
License