Snakemake version
5.7.0
Describe the bug
My workflow stopped in the middle and I want to rerun the latter part only. Since some intermediate files have been deleted, I used --touch to touch all existing files to prevent them from rerunning. But the workflow simply touch all files even if the files are missing without any errors.
Logs
If applicable, any terminal output to help explain your problem.
Minimal example
Add a minimal example for reproducing the bug.
Additional context
Add any other context about the problem here.
Snakemake version
5.7.0
Describe the bug
My workflow stopped in the middle and I want to rerun the latter part only. Since some intermediate files have been deleted, I used --touch to touch all existing files to prevent them from rerunning. But the workflow simply touch all files even if the files are missing without any errors.
Logs
If applicable, any terminal output to help explain your problem.
Minimal example
Add a minimal example for reproducing the bug.
Additional context
Add any other context about the problem here.