Skip to content

Commit 8f8b664

Browse files
authored
Fix incorrect luigi arg type (#748)
* Fix missing hgmd variants (#747) * Fix missing recoding * Fix hgmd parsing * lint * Update tables * Update versions * incorrect luigi
1 parent 5c2c21e commit 8f8b664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/tasks/update_lookup_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
class UpdateLookupTableTask(BaseUpdateTask):
20-
callset_paths = luigi.Parameter()
20+
callset_paths = luigi.ListParameter()
2121
project_guids = luigi.ListParameter()
2222
project_remap_paths = luigi.ListParameter()
2323
project_pedigree_paths = luigi.ListParameter()

0 commit comments

Comments
 (0)