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

Run notebooks in CI #122

Merged
merged 7 commits into from
Jan 2, 2024
Merged

Run notebooks in CI #122

merged 7 commits into from
Jan 2, 2024

Conversation

ielis
Copy link
Member

@ielis ielis commented Dec 19, 2023

Adds GitHub action for running selected notebooks. Not all notebooks are run to keep the execution time in reasonable boundaries.

On top of the main item, the PR improves logging by not complaining about missing protein annotations for additional classes of non-coding variants (see the NONCODING_EFFECTS attribute of VepFunctionalAnnotator.

Furthermore, the PR ensures we sort the phenotype features by first the corrected p value, and then the uncorrected value. Previously, the data frame was sorted by the corrected values only, which is sub-optimal if all values are equal to 1.0.

Last, I went through the notebooks and simplified the code, while preserving as much of the original content as possible. In result, all notebooks should be runnable. However, the results still need to be worked on to ensure we ask the proper questions - the questions from the respective papers.

Fixes #86

@ielis ielis marked this pull request as draft December 19, 2023 20:27
@ielis ielis marked this pull request as ready for review December 19, 2023 21:02
@ielis ielis requested a review from lnrekerle December 19, 2023 21:02
Copy link
Collaborator

@lnrekerle lnrekerle left a comment

Choose a reason for hiding this comment

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

Looks good!

@ielis ielis merged commit 8e7978e into develop Jan 2, 2024
5 checks passed
@ielis ielis deleted the run-notebooks-in-ci branch January 2, 2024 15:53
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.

Add action that runs notebooks
2 participants