Skip to content

Commit

Permalink
bracket wasn\t closed
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Aug 9, 2023
1 parent 79cc8ef commit bfb9961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_preproc_input(wildcards):
config['data'][wildcards.seqtype][wildcards.group]
}

elif config['data'][f"{wildcards.seqtype_readtype"] == 'PE':
elif config['data'][f"{wildcards.seqtype_readtype}"] == 'PE':
return {
"sample": [config['data'][wildcards.seqtype][wildcards.group][0],
config['data'][wildcards.seqtype][wildcards.group][1]]
Expand Down

0 comments on commit bfb9961

Please sign in to comment.