monarch-initiative / pyphetools

Python Phenopacket Tools
https://monarch-initiative.github.io/pyphetools/
MIT License
9 stars 1 forks source link

variant_column_mapper #46

Closed pnrobinson closed 9 months ago

pnrobinson commented 9 months ago

Clean up interface of this class, and have parse a string but not parse a column. Rename it HgvsVariantMapper. It should not return a list, but rather a single Variant object.

pnrobinson commented 9 months ago

done refactoring