Skip to content

Commit

Permalink
fix: remove -r from snakemake
Browse files Browse the repository at this point in the history
  • Loading branch information
rroutsong committed Feb 8, 2024
1 parent dce0ff9 commit fae01fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def exec_pipeline(configs, dry_run=False, local=False):
top_env['SNK_CONFIG'] = str(config_file.absolute())
top_env['SINGULARITY_CACHEDIR'] = str(Path(this_config['out_to'], '.singularity').absolute())
this_cmd = [
"snakemake", "-p", "-r",
"snakemake", "-p",
"--use-singularity",
"--rerun-incomplete",
"--keep-incomplete",
Expand Down

0 comments on commit fae01fb

Please sign in to comment.