Skip to content

Commit 3a677b8

Browse files
committed
Added impute_sex_ploidy import into sample_qc
1 parent 87804eb commit 3a677b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gnomad_hail/utils/sample_qc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import numpy as np
22
from .generic import *
33
from .gnomad_functions import logger, filter_to_adj
4+
from .sparse_mt import impute_sex_ploidy
45

56

67
def filter_rows_for_qc(

0 commit comments

Comments
 (0)