PMBio / deeprvat

Other
31 stars 2 forks source link

Save chunk shape after dropping duplicates #30

Closed endast closed 11 months ago

endast commented 11 months ago

What

This PR solves an issue in the process_chunk_addids in the annotation pipeline. Currently if there are any duplicates in the chunk the assert will fail since we save the chunk shape before dropping the duplicates.

The assert is meant to check the merging of the chunk and the variants and not check for duplicates in the chunk.

image