diff job_conf.yml @ 0:91bc7378c1c5 draft

planemo upload commit c5b9a5678302366ab392fc9b24104509beb07c38-dirty
author jpayne
date Mon, 11 Aug 2025 15:37:26 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/job_conf.yml	Mon Aug 11 15:37:26 2025 +0000
@@ -0,0 +1,34 @@
+runners:
+  local:
+    load: galaxy.jobs.runners.local:LocalJobRunner
+    workers: 16
+
+# handling:
+#   processes:
+#     handler0:
+
+execution:
+  default: local
+  environments:
+    local:
+      runner: local
+    docker_local:
+      runner: local
+      docker_enabled: true
+      # container: "auto"
+      docker_volumes: $defaults
+      # docker_set_user: null
+      docker_run_extra_arguments: "--entrypoint ''"
+      docker_set_user: root
+
+tools:
+- id: refchooser
+  # handler: handler0
+  environment: docker_local
+
+limits:
+-
+  # Amount of time a job can run (in any environment) before it
+  # will be terminated by Galaxy.
+  type: walltime
+  value: '01:00:00'
\ No newline at end of file