From 6363151c0644d783ff9251450e03b354cd46f286 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Thu, 5 Dec 2024 16:26:26 +0100 Subject: [PATCH] Typo in general syntax for `resources` --- episodes/02-snakemake_on_the_cluster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/02-snakemake_on_the_cluster.md b/episodes/02-snakemake_on_the_cluster.md index 66e2850..eb0f205 100644 --- a/episodes/02-snakemake_on_the_cluster.md +++ b/episodes/02-snakemake_on_the_cluster.md @@ -185,8 +185,8 @@ rule: input: ... output: ... resources: - partition: - runtime: + partition = + runtime = ``` and we can also use the profile to define default values for these options to