Skip to content

Commit aca969c

Browse files
committed
fix: removed additional quotes from slurm_extra example - not necessary anymore
1 parent 4cfac88 commit aca969c

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
@@ -487,7 +487,7 @@ rule myrule:
487487
input: ...
488488
output: ...
489489
resources:
490-
slurm_extra="'--qos=long --mail-type=ALL --mail-user=<your email>'"
490+
slurm_extra="--qos=long --mail-type=ALL --mail-user=<your email>"
491491
```
492492

493493
Again, rather use a [profile](https://snakemake.readthedocs.io/en/latest/executing/cli.html#profiles) to specify such resources.

0 commit comments

Comments
 (0)