Skip to content

Commit

Permalink
Turn on genotype consolidation when using hap mode
Browse files Browse the repository at this point in the history
  • Loading branch information
wwliao committed Mar 23, 2022
1 parent c2c1ef4 commit 4dd9968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truvari/collapse.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def collapse_chunk(chunk):

for key, val in ret.items():
logging.debug("Collapsing %s", key)
val[0] = collapse_into_entry(val[0], val[1])
val[0] = collapse_into_entry(val[0], val[1], matcher.hap)

ret = list(ret.values())
for i in chunk_dict['__filtered']:
Expand Down

0 comments on commit 4dd9968

Please sign in to comment.