Skip to content

Commit

Permalink
Fixed missing input in get_reads_hlatyping_PE rule (tmp folder) that …
Browse files Browse the repository at this point in the history
…caused error when using paired-end reads
  • Loading branch information
riasc committed Jun 19, 2024
1 parent 8203034 commit 97eaae2
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 @@ -56,7 +56,8 @@ rule get_reads_hlatyping_SE:

rule get_reads_hlatyping_PE:
input:
unpack(get_input_hlatyping_PE)
unpack(get_input_hlatyping_PE),
tmp="tmp/"
output:
fwd="results/{sample}/hla/reads/{group}_{nartype}_PE_R1.fq",
rev="results/{sample}/hla/reads/{group}_{nartype}_PE_R2.fq"
Expand Down

0 comments on commit 97eaae2

Please sign in to comment.