Skip to content

Commit e78dd81

Browse files
Update docs/further.md
Co-authored-by: David Laehnemann <david.laehnemann@hhu.de>
1 parent c8dd040 commit e78dd81

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
@@ -381,7 +381,8 @@ By defining these resource specifications in a profile, you maintain a clean and
381381
### Running Jobs locally
382382

383383
In Snakemake workflows executed within cluster environments, certain tasks -- such as brief data downloads or plotting -- are better suited for local execution on the head node rather than being submitted as cluster jobs.
384-
To designate specific rules for local execution, Snakemake offers the `localrules` directive. For more details, refer to the [Snakemake documentation on local rules](https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#local-rules).
384+
To designate specific rules for local execution, Snakemake offers the `localrules` directive.
385+
For more details, refer to the [Snakemake documentation on local rules](https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#local-rules).
385386
This directive allows you to specify a comma-separated list of rules that should run locally:
386387

387388
```Python

0 commit comments

Comments
 (0)