ufcg icon indicating copy to clipboard operation
ufcg copied to clipboard

ERROR! java.io.IOException: Unable to delete file: .nfs

Open Sebastien-Raguideau opened this issue 1 year ago • 4 comments

I am encountering small issue with makes me unable to use ufcg on more than a file at a time.

After profiling a genome and writing results there is an attempt to delete temporary files, this fail in a non deterministic way and may be partially related to my server file system speed in closing handle on files.

I suppose ufcg attempt to remove these files too quickly or without having closed them beforehand? In any way, it interrupt execution and I need to work around it by launching ufcg on a unique genome at a time.

Sebastien-Raguideau avatar Nov 25 '22 10:11 Sebastien-Raguideau