When using pybedtools we are creating temporary files for access later on, when a call is done to one of pybedtools function (the so referenced x.fn)
My question is, sometimes these files can be big, and this will continue to pileup in the /tmp of the user or on servers.
Is there a way of flushing these temp files when the program exits, I don't think it is reasonable to flush while the program is still running but it is definitely useful to clean up a little bit after doing stuff
any thoughts ?
Thanks
When using pybedtools we are creating temporary files for access later on, when a call is done to one of pybedtools function (the so referenced x.fn)
My question is, sometimes these files can be big, and this will continue to pileup in the /tmp of the user or on servers.
Is there a way of flushing these temp files when the program exits, I don't think it is reasonable to flush while the program is still running but it is definitely useful to clean up a little bit after doing stuff
any thoughts ?
Thanks