Skip to content

Commit fbf2aa5

Browse files
committed
Troubleshoot
1 parent ee336cd commit fbf2aa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

microhapulator/workflows/analysis.smk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,9 @@ rule plot_haplotype_calls:
269269
run:
270270
result = TypingResult(fromfile=input.result)
271271
mhapi.plot_haplotype_calls(
272-
result, f"analysis/{wildcards.sample}/03typing/callplots", sample=wildcards.sample
272+
result,
273+
"analysis/{}/03typing/callplots".format(wildcards.sample),
274+
sample=wildcards.sample,
273275
)
274276

275277

0 commit comments

Comments
 (0)