CuratedAtlasQueryR
CuratedAtlasQueryR copied to clipboard
Enable use_cache = FALSE for get_metadata()
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 allfile.exists()checking to utils.R/sync_remote_file()
Can you please also pull from master, cheers.
Hello All, sorry all for the silence. The API evolved quite a bit. What should we do about this?