Skip to content

Commit 5683806

Browse files
committed
docs: describing the --ri short hand version
1 parent 1a20f81 commit 5683806

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/further.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ If a workflow fails entirely (e.g. when there are cluster failures), it can be r
292292

293293
```console
294294
snakemake ... --rerun-incomplete
295+
# or the short-hand version
296+
snakemake ... --ri
295297
```
296298

297299
The "requeue" option allows jobs to be resubmitted automatically if they fail or are preempted. This might be the default on your cluster, already. You can check your cluster's requeue settings with

0 commit comments

Comments
 (0)