Skip to content

Commit 8d0f20f

Browse files
committed
docs: added referal to local rules main docs
1 parent bc1f024 commit 8d0f20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/further.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ By defining these resource specifications in a profile, you maintain a clean and
385385
### Running Jobs locally
386386

387387
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.
388-
To designate specific rules for local execution, Snakemake offers the localrules directive.
388+
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).
389389
This directive allows you to specify a comma-separated list of rules that should run locally:
390390

391391
```Python

0 commit comments

Comments
 (0)