Skip to content

Commit 418352a

Browse files
authored
Merge pull request #29 from carpentries-incubator/ocaisa-patch-2
Typo in general syntax for `resources`
2 parents 4faf9e3 + 6363151 commit 418352a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/02-snakemake_on_the_cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ rule:
185185
input: ...
186186
output: ...
187187
resources:
188-
partition: <partition name>
189-
runtime: <some number>
188+
partition = <partition name>
189+
runtime = <some number>
190190
```
191191

192192
and we can also use the profile to define default values for these options to

0 commit comments

Comments
 (0)