Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always Create a New Gene Normalizer Instance
This is to avoid instances where the database connection has been prematurely closed. Since the gene normalizer instance uses an internal abstract database class and we don't expect this operation to occur too often, it is simpler to just close the existing database connection ourselves and respawn the instance in cases where it already exists.
- Loading branch information