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

Change abagen.mouse data fetcher caching location #55

Closed
rmarkello opened this issue Jun 20, 2019 · 1 comment
Closed

Change abagen.mouse data fetcher caching location #55

rmarkello opened this issue Jun 20, 2019 · 1 comment
Labels
refactor Not an enhancement, but not a bug

Comments

@rmarkello
Copy link
Owner

The issue

If you use any of the data fetchers in the abagen.mouse module the results are cached in the installed abagen distribution. Unfortunately, if you install a new version of abagen (e.g., via pip install --upgrade abagen) that distribution is wiped, so the next time the data are fetched they'll need to be re-downloaded from the internet which can be costly / annoying.

Proposed solution

Cache the data in a different location! This is highly related to #44; it might make a lot more sense to use a centralized location for all the abagen data fetched from the internet.

@rmarkello rmarkello added bug Something isn't working refactor Not an enhancement, but not a bug and removed bug Something isn't working labels Jun 20, 2019
@rmarkello
Copy link
Owner Author

Closed with #179 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Not an enhancement, but not a bug
Projects
None yet
Development

No branches or pull requests

1 participant