Skip to content

Commit

Permalink
restrict hlatyping to 64 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed May 20, 2024
1 parent 37689e8 commit 52a3818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/hlatyping.smk
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ rule hlatyping_mhcI_SE:
"logs/{sample}/optitype/{group}_{nartype}_{no}_call.log"
conda:
"../envs/optitype.yml"
threads: config['threads']
threads: 64
shell:
"""
samtools index {input.reads}
Expand Down Expand Up @@ -262,7 +262,7 @@ rule hlatyping_mhcI_PE:
"logs/{sample}/optitype/{group}_{nartype}_{no}_call.log"
conda:
"../envs/optitype.yml"
threads: config['threads']
threads: 64
shell:
"""
samtools index {input.fwd}
Expand Down

0 comments on commit 52a3818

Please sign in to comment.