-
Notifications
You must be signed in to change notification settings - Fork 16
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
Bugfix: #371 #372
base: main
Are you sure you want to change the base?
Bugfix: #371 #372
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bhoellbacher I think we want to keep the cache behavior in Besca, but not in the pipeline. I would suggest to add "cache" as an additional parameter to the "read_mtx" function, and change this parameter in the pipeline, but keep the default in Besca as True. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good.
Let me know what you think of the drafted code changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for the bugfix @bhoellbacher !
Rerunning the pipeline with changed thresholds leads to an outdated .h5ad being loaded.
Setting cache=False when using scanpy read, resolves this issue.
Note: This pull request contains additional commits from previous pull requests.