Skip to content

Commit

Permalink
required hlahd to be installed in path
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Mar 1, 2024
1 parent 7145dc4 commit 39700e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ hlatyping:
MHC-II_mode: BOTH # DNA, RNA, or BOTH (if empty alleles have to be specified in custom)

# specific path for class II hlatyping (only required when class: II, or BOTH)
hlahd_path: ./hlahd.1.7.0/
freqdata: ./hlahd_files/freq_data/
split: ./hlahd_files/HLA_gene.split.txt
dict: ./hlahd_files/dictionary/
Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/hlatyping.smk
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ rule hlatyping_mhcII:
threads: config['threads']
shell:
"""
{params.hlahdpath}/hlahd.sh \
hlahd.sh \
-t {threads} \
-m 100 \
-c 0.95 \
Expand Down

0 comments on commit 39700e6

Please sign in to comment.