comparison job_conf.yml @ 0:79fa4330f2c9 draft default tip

planemo upload commit 27af5cba48986d508a67a5024a3bd35dd47bee15-dirty
author jpayne
date Mon, 08 Dec 2025 20:18:03 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:79fa4330f2c9
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: bio2srr
26 # handler: handler0
27 environment: docker_local
28
29 limits:
30 -
31 # Amount of time a job can run (in any environment) before it
32 # will be terminated by Galaxy.
33 type: walltime
34 value: '01:00:00'