biocommons / hgvs

Python library to parse, format, validate, normalize, and map sequence variants. `pip install hgvs`
https://hgvs.readthedocs.io/
Apache License 2.0
233 stars 94 forks source link

Add python runner #698

Closed Estefanos8080 closed 4 months ago

github-actions[bot] commented 7 months ago

This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 7 months ago

This PR was closed because it has been stalled for 7 days with no activity.

github-actions[bot] commented 5 months ago

This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 5 months ago

This PR was closed because it has been stalled for 7 days with no activity.

reece commented 4 months ago

This issue was closed by stalebot. It has been reopened to give more time for community review. See biocommons coding guidelines for stale issue and pull request policies. This resurrection is expected to be a one-time event.

davmlaw commented 4 months ago

Hi, I recommend this code not be merged.

As a helper class, it takes longer to invoke than the underlying code - and it swallows exceptions

As a script, it's redundant as it just invokes "hgvs-shell"

reece commented 4 months ago

I concur with @davmlaw and am going with his recommendation.