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

Move on-disk layers path-by-path rather than layer-by-layer #207

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mojaveazure
Copy link
Member

It's possible for multiple layers to work off of the same disk-backed objects; in these cases, moving one layer causes moving the other layers to fail as their disk-backed representation no longer exists. This PR adjusts SaveSeuratRds() to move on-disk layers path-by-path rather than layer-by-layer

It's possible for multiple layers to work off of the same disk-backed
objects; in these cases, moving one layer causes moving the other layers
to fail as their disk-backed representation no longer exists. This PR
adjusts `SaveSeuratRds()` to move on-disk layers path-by-path rather
than layer-by-layer
@mojaveazure mojaveazure added the enhancement New feature or request label May 15, 2024
@mojaveazure mojaveazure requested a review from Gesmira May 15, 2024 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant