comparison job_conf.yml @ 0:402b58f45844 draft default tip

planemo upload commit 9cc4dc1db55299bf92ec6bd359161ece4592bd16-dirty
author jpayne
date Mon, 08 Dec 2025 15:03:06 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:402b58f45844
1 runners:
2 local:
3 load: galaxy.jobs.runners.local:LocalJobRunner
4 workers: 16
5
6 # handling:
7 # processes:
8 # handler0:
9
10 execution:
11 default: local
12 environments:
13 local:
14 runner: local
15 docker_local:
16 runner: local
17 docker_enabled: true
18 # container: "auto"
19 docker_volumes: $defaults
20 # docker_set_user: null
21 docker_run_extra_arguments: "--entrypoint ''"
22 docker_set_user: root
23
24 tools:
25 - id: table-sort
26 environment: docker_local
27 - id: table-union
28 environment: docker_local
29 - id: table-summary
30 environment: docker_local
31
32 limits:
33 -
34 # Amount of time a job can run (in any environment) before it
35 # will be terminated by Galaxy.
36 type: walltime
37 value: '01:00:00'