Mercurial > repos > siwaa > gama
comparison job_conf.xml @ 0:f895e266b37a draft
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA/galaxy-tools commit 67d85c013c62c16392b4796af86836b1334f2eef
author | siwaa |
---|---|
date | Tue, 04 Jun 2024 15:18:01 +0000 |
parents | |
children | 168edc2db729 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f895e266b37a |
---|---|
1 <?xml version="1.0"?> | |
2 <!-- A sample job config that explicitly configures job running the way it is configured by default (if there is no explicit config). --> | |
3 <job_conf> | |
4 <plugins> | |
5 <plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/> | |
6 </plugins> | |
7 | |
8 <destinations> | |
9 <destination id="singularity_local" runner="local"> | |
10 | |
11 <param id="singularity_enabled">true</param> | |
12 | |
13 <param id="singularity_cleanenv">true</param> | |
14 | |
15 </destination> | |
16 </destinations> | |
17 | |
18 </job_conf> |