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

Bugfix: #371 #372

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bhoellbacher
Copy link

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.

Copy link
Contributor

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?

Copy link
Author

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.

Copy link
Contributor

@hatjek hatjek left a 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 !

@hatjek hatjek self-assigned this Nov 8, 2024
@hatjek hatjek requested a review from swalpe November 8, 2024 12:59
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.

2 participants