Skip to content

Commit 6212565

Browse files
committed
try filtering
1 parent bee281a commit 6212565

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v03_pipeline/lib/reference_datasets/topmed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
def get_ht(path: str, reference_genome: ReferenceGenome) -> hl.Table:
1717
ht = vcf_to_ht(path, reference_genome)
18+
ht = ht.filter(ht.locus.position == hl.int(ht.info.OriginalStart))
1819
return ht.select(
1920
**{k: parse_nested_field(ht, v) for k, v in SELECT.items()},
2021
)

0 commit comments

Comments
 (0)