Skip to content

Commit e3cae7a

Browse files
committed
typo
1 parent 379ae36 commit e3cae7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/tasks/write_metadata_for_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def requires(self) -> list[luigi.Task]:
5050

5151
def run(self) -> None:
5252
metadata_json = {
53-
'callsets': [self.callset],
53+
'callsets': [self.callset_path],
5454
'run_id': self.run_id,
5555
'sample_type': self.sample_type.value,
5656
'family_samples': {},

0 commit comments

Comments
 (0)