Skip to content

[OC-840] handle gene mapper exceptions - #423

Open
cvaske wants to merge 1 commit into
masterfrom
cv/OC-840-mapper-exc-duplication
Open

[OC-840] handle gene mapper exceptions#423
cvaske wants to merge 1 commit into
masterfrom
cv/OC-840-mapper-exc-duplication

Conversation

@cvaske

@cvaske cvaske commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

An exception from the gene mapping code currently results in a duplicate of the prior variant being emitted, while skipping the current variant, including reusing the uid of the prior variant in the output sqlite.

This PR changes the behavior to emit the prior variant just once and then emit the variant with the exception, but with zero gene mapping information, while preserving a log of the exception.

An exception from the gene mapping code currently results in a
duplicate of the prior variant being emitted, while
skipping the current variant, including reusing the uid of the
prior variant in the output sqlite.

This commit changes the behavior to emit the prior variant just once
and then emit the variant with the exception, but with zero gene
mapping information, while preserving a log of the exception.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant