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)
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 parameteruse.mem.cache
andmem.cache.name
. For example:mae <- getResult(mg, accession = analyses_accessions, use.mem.cache = TRUE)