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

Set temporary cache locations of dependencies from one location #218

Open
d33bs opened this issue Jul 22, 2024 · 0 comments
Open

Set temporary cache locations of dependencies from one location #218

d33bs opened this issue Jul 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@d33bs
Copy link
Member

d33bs commented Jul 22, 2024

At the moment, temporary cache locations may be specified for cloudpathlib use in CytoTable by using the cytotable.convert(..., local_cache_dir='',...) local_cache_dir parameter (via **kwargs). sqlite3 includes an additional cache layer which is sometimes used for mixed data type column translation which is specified through environment variables (see here) or a PRAGMA command (see here). It might be possible to explicitly set these to the same location for simplicity, or to set them from the individual queries for SQLite somehow.

@d33bs d33bs added the enhancement New feature or request label Jul 22, 2024
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

No branches or pull requests

1 participant