Skip to content

Commit 07c6029

Browse files
committed
PGT
1 parent 631e29b commit 07c6029

File tree

1 file changed

+2
-1
lines changed
  • v03_pipeline/lib/misc

1 file changed

+2
-1
lines changed

v03_pipeline/lib/misc/io.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ def import_vcf(
112112
skip_invalid_loci=True,
113113
contig_recoding=reference_genome.contig_recoding(),
114114
force_bgz=True,
115-
find_replace=('nul', '.'),
115+
find_replace=('nul', '.'), # Required for internal exome callsets (+ some AnVIL requests)
116116
array_elements_required=False,
117+
call_fields=[], # PGT is unused downstream, but is occasionally present in old VCFs!
117118
)
118119

119120

0 commit comments

Comments
 (0)