Re: [galaxy-dev] how to use projects for fair-share on compute-cluster

2012-01-23 Thread Nate Coraor
Sure, it's on the todo list. Ping me again in a year. ;) --nate On Jan 20, 2012, at 7:33 PM, Edward Kirton wrote: Great idea, Nate (hint! hint!). On Thu, Jan 19, 2012 at 10:27 AM, Nate Coraor n...@bx.psu.edu wrote: Hey Ed, This is a neat approach. You could possibly also do this in

Re: [galaxy-dev] how to use projects for fair-share on compute-cluster

2012-01-20 Thread Edward Kirton
Great idea, Nate (hint! hint!). On Thu, Jan 19, 2012 at 10:27 AM, Nate Coraor n...@bx.psu.edu wrote: Hey Ed, This is a neat approach.  You could possibly also do this in the Galaxy database by associating users and groups with roles that match project names.  A select list or history

Re: [galaxy-dev] how to use projects for fair-share on compute-cluster

2012-01-20 Thread Glen Beane
I really want this for Torque/Moab where the native spec flag is -A Sent from my iPhone On Jan 20, 2012, at 7:34 PM, Edward Kirton eskir...@lbl.gov wrote: Great idea, Nate (hint! hint!). On Thu, Jan 19, 2012 at 10:27 AM, Nate Coraor n...@bx.psu.edu wrote: Hey Ed, This is a neat

Re: [galaxy-dev] how to use projects for fair-share on compute-cluster

2012-01-13 Thread Edward Kirton
correction: i didn't adequately test what happens if the user_proj_map_db was not defined in the universe file; here's the changes: 157 # BEGIN ADD USER'S PROJ 158 try: 159 conn = sqlite3.connect(self.app.config.user_proj_map_db) 160 c = conn.cursor() 161