Skip to content

Commit

Permalink
feat: added task description to cloze text
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Apr 10, 2024
1 parent 68bd081 commit bd9cc20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup/tutorial/04_Snakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#TASK: see below the samtools_sort-rule

rule bwa_map:
input:
"data/genome.fa",
Expand All @@ -24,3 +26,4 @@ rule samtools_sort:
shell:
"samtools sort -T sorted_reads/{wildcards.sample} "
"-O bam {input} > {output}"

0 comments on commit bd9cc20

Please # to comment.