Skip to content

Commit

Permalink
correct temp() in some input rule
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodescalzo committed Dec 28, 2023
1 parent eb527f4 commit 332bbff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ rule prepare_truth:

rule compress_vcf:
input:
temp("results/leave-one-out/{filename}.vcf")
"results/leave-one-out/{filename}.vcf"
output:
vcf = "results/leave-one-out/{filename}.vcf.gz",
tbi = "results/leave-one-out/{filename}.vcf.gz.tbi"
Expand Down

0 comments on commit 332bbff

Please sign in to comment.