We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbeef74 commit 02f26dcCopy full SHA for 02f26dc
v03_pipeline/lib/tasks/write_imported_callset.py
@@ -29,11 +29,7 @@
29
class WriteImportedCallsetTask(BaseWriteTask):
30
def complete(self) -> luigi.Target:
31
if super().complete():
32
- mt = import_callset(
33
- self.callset_path,
34
- self.reference_genome,
35
- self.dataset_type,
36
- )
+ mt = hl.read_matrix_table(self.output().path)
37
# Handle case where callset was previously imported
38
# with a different sex/relatedness flag.
39
additional_row_fields = get_additional_row_fields(
0 commit comments