hoffmangroup / segway

Application for semi-automated genomic annotation.
http://segway.hoffmanlab.org/
GNU General Public License v2.0
13 stars 7 forks source link

segway does not delete job templates #73

Closed EricR86 closed 8 years ago

EricR86 commented 8 years ago

Original report (BitBucket issue) by Rachel Chan (Bitbucket: rcwchan).


segway creates job templates (in run.py) using the createJobTemplate method, but does not delete them after use. As noted in DRMAA's documentation for createJobTemplate, failure to delete job templates after use may result in a memory leak. This may be related to issue 60 (#60).

EricR86 commented 8 years ago

Original comment by Rachel Chan (Bitbucket: rcwchan).


Fixed in pull request #54