We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a09c21 commit 2a91782Copy full SHA for 2a91782
genmod/annotate_models/genetic_models.py
@@ -94,7 +94,6 @@ def check_genetic_models(variant_batch, families, phased=False, strict=False):
94
# A variant batch is a dictionary on the form
95
# {variant_id:variant_dict, variant_2_id:variant_dict_2, ...}
96
logger = logging.getLogger(__name__)
97
- intervals = variant_batch.pop("haploblocks", {})
98
99
# We check the genetic models for one family at a time
100
for family_id in families:
0 commit comments