Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing H2 jar as internal dependency. Fixes #291 #292

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

souzadevinicius
Copy link
Member

Fixes #291

Copy link
Member

@matentzn matentzn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a good move to me, but better have a @yaseminbridges review for details

@julesjacobsen
Copy link
Contributor

Hardcoding the H2 file is going to break on the new version as the database file format is not stable. The best place to get the dependency from would be the exomiser-cli-/lib folder as this is the version used to create and read the files.

@julesjacobsen julesjacobsen self-requested a review January 31, 2024 16:03
Copy link
Contributor

@julesjacobsen julesjacobsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See my comment - in the PR

Copy link
Contributor

@yaseminbridges yaseminbridges left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@julesjacobsen
Copy link
Contributor

@souzadevinicius Sorry, I've completely forgotten about this! I wonder if things have changed a bit more since this was first looked and and we need to revisit what the point of the methods using this file is. The intention of these are to be able to load arbitrary semsim data into an Exomiser database to be able to run it in a pheval benchmark. This is fine, but it doesn't belong in this pheval repo and needs to be removed somewhere else. There should be no application-specific code in this repo as this is essentially a library which other runners/projects need to import and none of them will need this code. Can you please move it into another repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove H2 jar as an internal dependency
4 participants