Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Move cache folder to separate repos #327

Closed
pkrog opened this issue Apr 24, 2019 · 2 comments
Closed

Move cache folder to separate repos #327

pkrog opened this issue Apr 24, 2019 · 2 comments
Assignees
Labels

Comments

@pkrog
Copy link
Collaborator

pkrog commented Apr 24, 2019

Use separate repos to store cache files used for testing and vignettes.
Do not define it as submodule, since it would be installed automatically in Travis, Bioconductor or with remotes::install_github, but define a target in the Makefile for installing it:

install.cache:
   git clone https://github.com/pkrog/biodb-cache cache
@pkrog pkrog added the testing label Apr 24, 2019
@pkrog pkrog self-assigned this Apr 24, 2019
@pkrog pkrog pinned this issue Apr 24, 2019
@pkrog pkrog added this to To Do in Improve cache system Apr 26, 2019
@pkrog
Copy link
Collaborator Author

pkrog commented Apr 30, 2019

The current cache is already as large as 700MB.
So maybe it would be better to have one repos for each database cache.
The first step would then be to upgrade cache system so each database has its own subfolder (see #329 ).

@pkrog pkrog unpinned this issue May 17, 2021
@pkrog
Copy link
Collaborator Author

pkrog commented Jun 25, 2021

Abandoned, cached files are not stored anymore for testing.

@pkrog pkrog closed this as completed Jun 25, 2021
Improve cache system automation moved this from To Do to Done Jun 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Development

No branches or pull requests

1 participant