jakobilab / circtools

circtools: a modular, python-based framework for circRNA-related tools that unifies several functionalities in a single, command line driven software.
http://circ.tools
GNU General Public License v3.0
0 stars 2 forks source link

Error when trying to delete non-existing BLAST temporary file while running in non-blast mode #10

Closed tjakobi closed 6 months ago

tjakobi commented 6 months ago

Circtools tries to delete the BLAST temporary files always when exiting the program. However, in non-blast mode (-b) the file is not created, thus yielding an error:

FileNotFoundError: [Errno 2] No such file or directory: '/tmp/qVAnkjQXLl_circtools_blast_results.xml'