[Bioperl-l] how to delete temporary files when running standaloneblast

Marc Logghe Marc.Logghe@devgen.com
Thu, 18 Apr 2002 17:27:48 +0200


Hi all,
Using one factory object I run through a multiple fasta file, blasting every
sequence using the same factory object.
Since the factory object is still in scope (till the script ends) all
temporary blast output files (one per query sequence) are kept. They are
deleted as soon as the factory objects is out of scope. (At least that is
what I expect, because it is still running). How can I force to delete the
temporary file as soon as the blast output has been parsed ?
TIA
Marc