Closed karel-brinda closed 2 years ago
Yeah, this happens due to cancelling jobs and https://github.com/karel-brinda/mof-search/blob/25cf71e7374564a5e763f958563226085b0d73d3/Snakefile#L224
Then it could be solved by this? https://github.com/karel-brinda/mof-search/issues/23
I don't quite understand this though. The idea of the protected
file there is that once you run run_cobs
and get the matches, you protect the output against accidental deletion or overwriting. If some minimap2
failed (e.g. https://github.com/karel-brinda/mof-search/issues/83), and I had some failing in the past, the run_cobs
rules should not be rerun - snakemake
sees that these jobs were already run, the output is already there, and just go straight to the minimap2
rules. So I don't understand why these jobs are being re-run if the output files are already generated. Have you changed some earlier rule or conda env? Anyway, I had these issues in the past - if we change a previous rule or a conda env, snakemake rightfully wants to recreate these files and thus rerun these jobs.
protected
flag?https://github.com/karel-brinda/mof-search/issues/23 could solve the issue, but why not just remove the protected flag?
ok
After during benchmarking, several processes stalled (see https://github.com/karel-brinda/mof-search/issues/83), I'm getting the following errors after re-running the pipeline: