Skip to content

Commit

Permalink
fix key error
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Jan 26, 2024
1 parent 1254025 commit 4620f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/gatk_mutect2_calling_meta.smk
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ use rule gatk_calculate_contamination from gatk_mutect2_calling with:

use rule gatk_learn_read_orientation_model from gatk_mutect2_calling with:
input:
"tmp/gatk/mutect2/{species}.{build}.{release}.{datatype}/{sample}.f1r2.tar.gz",
f1r2="tmp/gatk/mutect2/{species}.{build}.{release}.{datatype}/{sample}.f1r2.tar.gz",
output:
temp(
"tmp/gatk/learnreadorientationmodel/{species}.{build}.{release}.{datatype}/{sample}.tar.gz"
Expand Down

0 comments on commit 4620f3b

Please sign in to comment.