![](https://secure.gravatar.com/avatar/83c1f09b599d59567d2c3f263a8f0d1d.jpg?s=120&d=mm&r=g)
12 Mar
2013
12 Mar
'13
5:42 p.m.
In our local galaxy install we want the cluster jobs to be run from the galaxy user but we want to include a -a [account name] to our grid software bills properly. Here's what I currently have in universe.wsgi: default_cluster_job_runner = drmaa://-V -pe batch 8/ What I want is something like this: default_cluster_job_runner = drmaa://-V -pe batch 8 -a [logged in user name]/ Is this possible? Thanks, Greg