-
Notifications
You must be signed in to change notification settings - Fork 2
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
✨ test Snakemake workflow with more recent Python versions #66
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
related to : snakemake/snakemake#2276
- check if local windows error with pandas can be reproduced in action (corr)
- add for simulated missing values - remove duplication - 🐛 do not omit last bin
if all values are higher than the default threshold, the assertion on L17 is not met. Make sure some NAs (missing values) are set.
- see if this works also with pandas 1.5.3
- for creating the latent representation, now a new DataLoader is needed.
- separate environment for PIMMS models and R based models - global environment should still work
… R sesssion - only execute one job at a time in retry to see errors better
- once this passes, add ald analysis to website (for a reasonable subset of models) - maybe only showcase PIMMS models with a handful of other models
- also remove two slowest models
- hide code cells for generated report - isort imports
- add some functionality required to collect source data for reporting on saved figures.
- several adaptions to slightly different design between ALD and Alzheimer data
- ... and not as wildcard
- uncommon names should have a file ending specifying Snakefiles.
- execution should work, but subfolders need their own index.rst - need to adapt script for updating main index.rst See if everything runs for now.
- mapping titles in sphinx (cross-referencing) otherwise does not work
- for better inspection of generated report for example
add some comments and streamline cells.
- 🐛 use larger image to test tutorial on colab
- rerun in codespace for inspection
- had to set model id ("model_key") as index
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
test workflow against python 3.9
remove snakemake upper dependency
separate environments for R and Python in workflow
test v2 of basic Snakemake workflow, prepare switch
fix errors with mini-batches of one sample during training
added scripts using during revisions
update documentation