Skip to content

Commit

Permalink
fixed wrong wildcard for single-read mhcI typing
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Mar 13, 2024
1 parent 6f08ee0 commit 7b0aba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def get_input_hlatyping_SE(wildcards):
if config["preproc"]["activate"]:
return expand("results/{sample}/{seqtype}/reads/{group}_preproc.fq.gz",
sample = wildcards.sample,
seqtype = "dnaseq" if wildcards.nartype == "DNA" else "rnaseq",
group = wildcards.group)
else:
return config["data"][f"{seqtype}"][wildcards.group]
Expand Down

0 comments on commit 7b0aba8

Please sign in to comment.