comparison job_conf.yml @ 0:225680ef4cc1 draft

planemo upload commit 233f498f942f9253a7e6e1656157e59d38549c44-dirty
author jpayne
date Fri, 15 Aug 2025 19:51:19 +0000
parents
children b747b2c8fdb6
comparison
equal deleted inserted replaced
-1:000000000000 0:225680ef4cc1
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: seqsero2
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'