Hi guys, I just wanted to check in and see if anyone had any ideas on this. (It's actually the -A flag I'm after.)
I did try putting this in universe.wsgi: default_cluster_job_runner = drmaa://-V -pe batch 8 -A Account_Name/ I was thinking galaxy might substitute the user name for "Account_Name" but no luck :-( -Greg On Tue, Mar 12, 2013 at 1:42 PM, greg <[email protected]> wrote: > 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 ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/
