diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/job_conf.xml	Tue Jun 04 15:18:01 2024 +0000
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<!-- A sample job config that explicitly configures job running the way it is configured by default (if there is no explicit config). -->
+<job_conf>
+    <plugins>
+        <plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/>
+    </plugins>
+
+    <destinations>
+      <destination id="singularity_local" runner="local">
+
+            <param id="singularity_enabled">true</param>
+
+            <param id="singularity_cleanenv">true</param>
+
+      </destination>
+    </destinations>
+
+</job_conf>