Skip to content

Commit

Permalink
Add --rerun-triggers mtime to submit.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomson committed Oct 17, 2022
1 parent 86c6cb3 commit 8c9a529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snakemake/submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ run() {
--output-wait 30 \
--max-status-checks-per-second 0.01 \
--rerun-incomplete \
--keep-going
--keep-going \
--rerun-triggers mtime
}

export SGE_ROOT="${SGE_ROOT}"
Expand Down

0 comments on commit 8c9a529

Please sign in to comment.