Skip to content

Commit

Permalink
added else case in get_input_hlatyping_PE rule for input reads when p…
Browse files Browse the repository at this point in the history
…reprocessing is deactivated
  • Loading branch information
riasc committed Jun 19, 2024
1 parent 97eaae2 commit c485fcd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,13 @@ def get_input_hlatyping_PE(wildcards):
pair=["R1","R2"])
)
)
else:
return dict(
zip(
["fwd", "rev"],
config["data"][f"{wildcards.seqtype}"][wildcards.group]
)
)


def aggregate_mhcI_SE(wildcards):
Expand Down

0 comments on commit c485fcd

Please sign in to comment.