Mercurial > repos > siwaa > gama_desc
comparison job_conf.xml @ 0:23b15c0eabff draft default tip
planemo upload for repository https://forgemia.inra.fr/nathalie.rousse/use/-/tree/gama/GAMA_DESC/galaxy-tools commit 6b9b95de1fe709f27a28d83797f81e91469edf79-dirty
| author | siwaa |
|---|---|
| date | Mon, 18 Nov 2024 13:57:51 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:23b15c0eabff |
|---|---|
| 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> | |
| 19 |
