5.1. Restarting SaVor¶
If the workflow is killed or interrupted, append the --rerun-incomplete flag to the snakemake command. This allows regeneration of output files for rules that were in progress during the interruption.
snakemake -p --cores all --workflow-profile workflow-profiles/default --rerun-incompleteIf you had to manually interrupt the workflow or it was unexpectedly killed, the following command must first be executed before restarting SaVor:
snakemake -np --cores all --unlock