EBI-Metagenomics / MGnifyR

R package for searching, downloading and analysis of EBI MGnify metagenomics data
https://ebi-metagenomics.github.io/MGnifyR/
Artistic License 2.0
19 stars 10 forks source link

Remove memory cache #33

Closed TuomasBorman closed 10 months ago

TuomasBorman commented 10 months ago

Remove memory cache fro MgnifyClient object since it is working only for bulk files (which work only for functional annotation files). Memory cache can still be used as a parameter use.mem.cache and mem.cache.name. For example:

mae <- getResult(mg, accession = analyses_accessions, use.mem.cache = TRUE)