Skip to content

Commit

Permalink
Revert "fix threads to index"
Browse files Browse the repository at this point in the history
This reverts commit 55c7ee5.
  • Loading branch information
mathiasbio committed Nov 20, 2023
1 parent 1e5ac64 commit 682ffcf
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} {output.bam};
samtools index --threads {threads} {output.bam};
"""


Expand Down

0 comments on commit 682ffcf

Please sign in to comment.