Re: [galaxy-dev] jobName lost when drmaa used with real user use

2012-10-03 Thread Nate Coraor
On Oct 2, 2012, at 3:56 PM, David Hoover wrote: When I use the real user method for running drmaa jobs as the real user, the jobName value gets lost. It's kind of annoying, but not a show stopper. The other values (outputPath, errorPath, remoteCommand, nativeSpecification, etc.) are all

Re: [galaxy-dev] jobName lost when drmaa used with real user use

2012-10-03 Thread Oleksandr Moskalenko
David, For instances that run jobs under real user ids I think the job_name variable in drmaa.py does not need the username component in this case anymore as the batch system takes care of that and the resulting job name looks cleaner in the qstat output. I use @@ -184,10 +183,12 @@