Skip to content

Commit

Permalink
Update setup_creators/solutions/05_Snakefile_target
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
cmeesters and coderabbitai[bot] authored Oct 21, 2024
1 parent c87b99f commit 99bc333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_creators/solutions/05_Snakefile_target
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rule samtools_sort:
"sorted_reads/{sample}.bam"
shell:
"samtools sort -T sorted_reads/{wildcards.sample} "
"-O bam -o {outpu} {input}"
"-O bam -o {output} {input}"


rule samtools_index:
Expand Down

1 comment on commit 99bc333

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Artifacts

Please sign in to comment.