Hey Jon,
I have recently noticed a weird bug after I run the f2 pipeline where my input genome assemblies are getting deleted after the f2 run has finished. I have scoured my own wrapper code to make sure I am not inadvertently removing my files. So far, I have not identified a source of the deletion. However, I noticed that in my input directory there were several temporary f2 clean directories that were in still in progress. I wonder if during the temp file cleanup, the input files are getting removed?
I have now started to send my temp files into a dedicated temp directory via --tmpdir for the clean, predict, and annotate steps to ensure that it is not the temp dir cleanup that is causing this. I'll let you know if this solves my issue.
I just wanted to put this on the repo in case someone else has run into this issue (or might run into this issue in the future).
Hey Jon,
I have recently noticed a weird bug after I run the f2 pipeline where my input genome assemblies are getting deleted after the f2 run has finished. I have scoured my own wrapper code to make sure I am not inadvertently removing my files. So far, I have not identified a source of the deletion. However, I noticed that in my input directory there were several temporary
f2 cleandirectories that were in still in progress. I wonder if during the temp file cleanup, the input files are getting removed?I have now started to send my temp files into a dedicated temp directory via
--tmpdirfor the clean, predict, and annotate steps to ensure that it is not the temp dir cleanup that is causing this. I'll let you know if this solves my issue.I just wanted to put this on the repo in case someone else has run into this issue (or might run into this issue in the future).