Skip to content

Commit

Permalink
fix threads to index
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbio committed Nov 15, 2023
1 parent b284537 commit 55c7ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BALSAMIC/snakemake_rules/align/sentieon_alignment.rule
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ rule samtools_sort_index:
shell:
"""
samtools sort --threads {threads} -o {output.bam} {input.bam};
samtools index --threads {threads} {output.bam};
samtools index -@ {threads} {output.bam};
"""


Expand Down

0 comments on commit 55c7ee5

Please sign in to comment.