Skip to content
Snippets Groups Projects
Commit f1ddd6c9 authored by Manavalan Gajapathy's avatar Manavalan Gajapathy
Browse files

sets rerun_failed to 1 - #22

parent d6243e43
No related branches found
No related tags found
1 merge request!2QC under one umbrella (well mostly) under QuaC
...@@ -327,7 +327,7 @@ if __name__ == "__main__": ...@@ -327,7 +327,7 @@ if __name__ == "__main__":
help="Flag to run the snakemake locally and not as a Slurm job. " help="Flag to run the snakemake locally and not as a Slurm job. "
"Useful for testing purposes.", "Useful for testing purposes.",
) )
RERUN_FAILED_DEFAULT = 0 RERUN_FAILED_DEFAULT = 1
WRAPPER.add_argument( WRAPPER.add_argument(
"--rerun_failed", "--rerun_failed",
help=f"Number of times snakemake restarts failed jobs. This may be set to >0 " help=f"Number of times snakemake restarts failed jobs. This may be set to >0 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment