mutalyzer / mutalyzer2

HGVS variant nomenclature checker
https://mutalyzer.nl
Other
98 stars 23 forks source link

Continue execution in check_variant() after EINVALIDTRANSVAR #407

Closed mkroon1 closed 8 years ago

mkroon1 commented 8 years ago

Continue execution in check_variant() after EINVALIDTRANSVAR, this way output (such as legend) is still generated as usual, even if the variant cannot be properly processed.

martijnvermaat commented 8 years ago

I think this shows that the code you added would be better placed within the process_variant function, but there are other problems with that (gene_symbol and transcript_id variables not being in scope there). So I'm just merging this now. @jfjlaros will do a release :smile: