Skip to content

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

Open
souzadevinicius wants to merge 1 commit intomainfrom
291-remove-h2-jar-as-an-internal-dependency
Open

Removing H2 jar as internal dependency. Fixes #291#292
souzadevinicius wants to merge 1 commit intomainfrom
291-remove-h2-jar-as-an-internal-dependency

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
Member

@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