Skip to content

Commit b14f6ac

Browse files
authored
Add callset annotation to imported callset (#674)
* Add callset annotation * or missing * One day I will learn hail * Yikes * Lint * Tired
1 parent e67f7a9 commit b14f6ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

v03_pipeline/lib/tasks/write_imported_callset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,7 @@ def create_table(self) -> hl.MatrixTable:
104104
self.sample_type,
105105
)
106106
return mt.annotate_globals(
107+
callset_path=self.callset_path,
108+
filters_path=self.filters_path or hl.missing(hl.tstr),
107109
sample_type=self.sample_type.value,
108110
)

0 commit comments

Comments
 (0)