Skip to content

Commit 7eb20e0

Browse files
Update docs/further.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 360071a commit 7eb20e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/further.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ $ snakemake --executor slurm \
3939
> --directory <path>
4040
```
4141

42-
This examples assumes no limit for submitted jobs (`-j unlimited`). Any number, e.g. `-j 150`, will throttle a workflow to this number of concurrent jobs.
43-
Furtheremore we on many clusters we have to assume seperation from workflows and data, hence the flag `--directory <path>` which can point to a different file system, containing your data.
42+
This example assumes no limit for submitted jobs (`-j unlimited`). Any number, e.g. `-j 150`, will throttle a workflow to this number of concurrent jobs.
43+
Furthermore, on many clusters we must assume separation of workflows and data. Use the `--directory <path>` flag to point to a file system that contains your data.
4444

4545
### Configuration
4646

0 commit comments

Comments
 (0)