Re: [galaxy-dev] Track Job Runtime

2013-05-14 Thread Geert Vandeweyer
On 05/08/2013 05:38 PM, Geert Vandeweyer wrote: self.sa_session.execute('UPDATE job SET runtime = :runtime WHERE id = :id',{'runtime':runtime,'id':galaxy_job_id}) does anybody have a solution to convert this statement to proper sqlalchemy syntax, for use in the check_watched_items function in

Re: [galaxy-dev] Track Job Runtime

2013-05-08 Thread James Taylor
_**__ >> Van: >> galaxy-dev-boun...@lists.bx.**psu.edu[ >> galaxy-dev-boun...@lists.bx.**psu.edu] >> namens Peter Cock [p.j.a.c...@googlemail.com] >> Verzonden: woensdag 8 mei 2013 12:06 >> To: Geert Vandeweyer >> Cc: galaxy-dev@lists.bx.psu.edu >

Re: [galaxy-dev] Track Job Runtime

2013-05-08 Thread Geert Vandeweyer
.com] Verzonden: woensdag 8 mei 2013 12:06 To: Geert Vandeweyer Cc: galaxy-dev@lists.bx.psu.edu Onderwerp: Re: [galaxy-dev] Track Job Runtime On Wed, May 8, 2013 at 10:08 AM, Geert Vandeweyer wrote: Hi, Are there options available to track the actual runtime of jobs on a cluster and

Re: [galaxy-dev] Track Job Runtime

2013-05-08 Thread Bossers, Alex
-dev] Track Job Runtime On Wed, May 8, 2013 at 10:08 AM, Geert Vandeweyer wrote: > Hi, > > Are there options available to track the actual runtime of jobs on a cluster > and store them in the database? Not yet, but I'd really like to have that inform

Re: [galaxy-dev] Track Job Runtime

2013-05-08 Thread Peter Cock
On Wed, May 8, 2013 at 10:08 AM, Geert Vandeweyer wrote: > Hi, > > Are there options available to track the actual runtime of jobs on a cluster > and store them in the database? Not yet, but I'd really like to have that information too. Peter _