Skip to content
Snippets Groups Projects
Commit 8bdde6f0 authored by BIOPZ-Gypas Foivos's avatar BIOPZ-Gypas Foivos
Browse files

Fix typo

parent 8807e666
No related branches found
No related tags found
1 merge request!101Feature/samtools sort after STAR
Pipeline #13069 failed
...@@ -707,7 +707,7 @@ rule sort_genomic_alignment_samtools: ...@@ -707,7 +707,7 @@ rule sort_genomic_alignment_samtools:
shell: shell:
"(samtools sort \ "(samtools sort \
-o {output.bam} \ -o {output.bam} \
-T {params.prefix_temp_dir} \ -T {output.prefix_temp_dir} \
-@ {threads} \ -@ {threads} \
{params.additional_params} \ {params.additional_params} \
{input.bam}) \ {input.bam}) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment