From bd9cc201384f653f560fe1f766eefb582bd4f3d8 Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Wed, 10 Apr 2024 19:22:59 +0200 Subject: [PATCH] feat: added task description to cloze text --- setup/tutorial/04_Snakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/tutorial/04_Snakefile b/setup/tutorial/04_Snakefile index eff3dc6..be332ee 100644 --- a/setup/tutorial/04_Snakefile +++ b/setup/tutorial/04_Snakefile @@ -1,3 +1,5 @@ +#TASK: see below the samtools_sort-rule + rule bwa_map: input: "data/genome.fa", @@ -24,3 +26,4 @@ rule samtools_sort: shell: "samtools sort -T sorted_reads/{wildcards.sample} " "-O bam {input} > {output}" +