CuratedAtlasQueryR icon indicating copy to clipboard operation
CuratedAtlasQueryR copied to clipboard

Enable use_cache = FALSE for get_metadata()

Open krlong68 opened this issue 2 years ago • 2 comments

ISSUE: metadata.R/get_metadata(use_cache = FALSE) was still using the cached file due to multiple if (!file.exists()) bypasses

ADJUSTED:

  • utils.R/sync_remote_file() adjusted to get user permission to overwrite if cached file exists
  • metadata.R/get_metadata() adjusted to push all file.exists() checking to utils.R/sync_remote_file()

krlong68 avatar Oct 11 '23 23:10 krlong68

Can you please also pull from master, cheers.

multimeric avatar Oct 18 '23 00:10 multimeric

Hello All, sorry all for the silence. The API evolved quite a bit. What should we do about this?

stemangiola avatar Jul 11 '24 02:07 stemangiola