Skip to content
Snippets Groups Projects

QuaC - First major review

Merged Manavalan Gajapathy requested to merge make_it_production_ready into master
All threads resolved!
3 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -216,7 +216,7 @@ if __name__ == "__main__":
help="Flag to run the snakemake locally and not as a Slurm job. "
"Useful for testing purposes.",
)
RERUN_FAILED_DEFAULT = 1
RERUN_FAILED_DEFAULT = 0
WRAPPER.add_argument(
"--rerun_failed",
help=f"Number of times snakemake restarts failed jobs. This may be set to >0 "
Loading