Skip to content

Commit 8248b42

Browse files
committed
fix: resolve error due to missing fasta_path
1 parent a6f3c5c commit 8248b42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workflow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,10 @@ async def build_index(
125125

126126
@step
127127
async def finalize(
128-
subtraction_provider: SubtractionProvider,
128+
fasta_path: Path,
129129
intermediate: SimpleNamespace,
130130
run_in_executor: FunctionExecutor,
131+
subtraction_provider: SubtractionProvider,
131132
proc: int,
132133
):
133134
"""Compress and subtraction data."""

0 commit comments

Comments
 (0)