Re: [galaxy-dev] Cancel running jobs/workflows through API

2013-04-03 Thread Richard Park
Hi Dave, Thanks for the pointer. Do you have any idea how I could associate a specific user or history with the pids? Thanks, Richard On Thu, Mar 28, 2013 at 8:54 AM, Dave Bouvier wrote: > Richard, > > You can find the code for admin users stopping jobs in lib/galaxy/web/base/ > **controllers/a

Re: [galaxy-dev] Cancel running jobs/workflows through API

2013-03-28 Thread Dave Bouvier
Richard, You can find the code for admin users stopping jobs in lib/galaxy/web/base/controllers/admin.py, in the jobs method of the Admin class. Hopefully that will provide the base structure for what you want to accomplish. --Dave B. On 3/27/13 12:02:20.000, Richard Park wrote: Hey guy

[galaxy-dev] Cancel running jobs/workflows through API

2013-03-27 Thread Richard Park
Hey guys, I know there's no current way of canceling jobs or workflows through the API, but does anyone have any idea on how to implement this in Galaxy? i.e. where in the code base to see how galaxy is currently killing jobs. My ideal solution would be to get the list of qeued jobs for a giving h