Is your feature request related to a problem? Please describe.
There are a number of near, but not quite redundant functions throughout the code, both due to development history and the re-contextualising effects of recent improvements to vv_hgvs.
Describe the solution you'd like
It would be good to keep track of these for later action, and some of these may now be removed, but care needs to be taken that the best is kept where possible.
Describe alternatives you've considered
Some near-redundant functions will be different enough in performance or action that keeping them separate is still useful, comments in the relevant function headers in these cases might be useful.
Additional context
Current list
- hgvs_to_delins_hgvs and hgvs_ref_alt
- multiple reverse compliment methods albeit with differing speed VS safety trade-offs e.g. bio-python, internal functions, etc
Is your feature request related to a problem? Please describe.
There are a number of near, but not quite redundant functions throughout the code, both due to development history and the re-contextualising effects of recent improvements to vv_hgvs.
Describe the solution you'd like
It would be good to keep track of these for later action, and some of these may now be removed, but care needs to be taken that the best is kept where possible.
Describe alternatives you've considered
Some near-redundant functions will be different enough in performance or action that keeping them separate is still useful, comments in the relevant function headers in these cases might be useful.
Additional context
Current list