Skip to content

Commit

Permalink
removed excessive param
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Mar 1, 2024
1 parent afee638 commit 86a18ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/rules/hlatyping.smk
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ 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']}"""
Expand Down

0 comments on commit 86a18ac

Please sign in to comment.