Skip to content

Commit

Permalink
hlhd call as non-file parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Mar 1, 2024
1 parent 2bddcc5 commit f2b4234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow/rules/hlatyping.smk
Original file line number Diff line number Diff line change
Expand Up @@ -423,13 +423,14 @@ rule hlatyping_mhcII:
conda:
"../envs/hlahd.yml"
params:
hlahdpath=f"""{config['hlatyping']['hlahd_path']}""",
freqdata=f"""-f {config['hlatyping']['freqdata']}""",
split=f"""{config['hlatyping']['split']}""",
dic=f"""{config['hlatyping']['dict']}"""
threads: config['threads']
shell:
"""
{config["hlatyping"]["hlahd_path"]}/hlahd.sh \
{params.hlahdpath}/hlahd.sh \
-t {threads} \
-m 100 \
-c 0.95 \
Expand Down

0 comments on commit f2b4234

Please sign in to comment.