Skip to content

Commit 8f0932b

Browse files
committed
fix: separation of comments and code snippet
1 parent bec85be commit 8f0932b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/further.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ $ snakemake --executor slurm \
3636
> -j unlimited \
3737
> --workflow-profile <profile directory with a `config.yaml`> \
3838
> --configfile config/config.yaml \
39-
> --directory <path> # assuming a data path on a different file system than the workflow
39+
> --directory <path>
4040
```
4141

4242
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.
4344

4445
### Configuration
4546

0 commit comments

Comments
 (0)