molgenis / data-transform-vkgl

GNU Lesser General Public License v3.0
0 stars 3 forks source link

Variants that are reported twice, once with the correct gene and once with an outdated one, are not reported as duplicate #36

Closed marikaris closed 3 years ago

marikaris commented 3 years ago

Run a duplicate variant through the pipeline, once with the correct genename and once with an outdated one, for instance KMT2D and MLL2.

Example variant: 12:49440141-49440141 G>C on KMT2D (previously MLL2)

Expected: Variant is reported as duplicate and written to the errorfile

Observed: Duplicate variant determination is done before gene translation, so the file gets correctly translated and therefore is reported twice in the output file.