From 497ff65ae6a37fb9f9d4660ae7ac97615f5f71a6 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Tue, 18 Nov 2025 13:27:54 +0100 Subject: [PATCH] update real user docs --- docs/job_managers.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/job_managers.rst b/docs/job_managers.rst index f24ef224..29345f1b 100644 --- a/docs/job_managers.rst +++ b/docs/job_managers.rst @@ -151,9 +151,10 @@ run DRMAA jobs via the user requested by the client (e.g. the Galaxy user). #drmaa_kill_script: scripts/drmaa_kill.bash #drmaa_launch_script: scripts/drmaa_launch.bash -For more information on running jobs as the real user, check out `this discussion -`__ from -the Galaxy mailing list. +In addition one needs to set the ``submit_user`` parameter to ``$__user_name__``, see +documentation in the `sample job_conf.yml file +`__ + More Options -------------------------------