You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to download a few TCGA RNASeq datasets separately but for some reason, I ended up creating a snapshot of an instance when I had downloaded BRCA data and now every time I try to save another cohort, it only runs localHub=TRUE and errors out ie:
Using 'localHub=TRUE'
If offline, please also see BiocManager vignette section on offline use
snapshotDate(): 2023-06-01
Meanwhile, if I try BRCA, it will load it out from the cache like so:
Using 'localHub=TRUE'
If offline, please also see BiocManager vignette section on offline use
snapshotDate(): 2023-06-01
Working on: BRCA_RNASeqGene-20160128
see ?curatedTCGAData and browseVignettes('curatedTCGAData') for documentation
loading from cache
Working on: BRCA_colData-20160128
see ?curatedTCGAData and browseVignettes('curatedTCGAData') for documentation
loading from cache
Working on: BRCA_metadata-20160128
see ?curatedTCGAData and browseVignettes('curatedTCGAData') for documentation
loading from cache
Working on: BRCA_sampleMap-20160128
see ?curatedTCGAData and browseVignettes('curatedTCGAData') for documentation
loading from cache
harmonizing input:
removing 14707 sampleMap rows not in names(experiments)
removing 319 colData rownames not in sampleMap 'primary'
I had it working previously but for some reason, something had changed and I'm not even quite sure how it ended up this way.. Is there a way for me to set localHub = False? If someone has a solution for this, I would greatly appreciate it!
Thanks,
Jeff
The text was updated successfully, but these errors were encountered:
jeffstang
changed the title
cached data in memory immutable?
cached snapshot data is immutable?
Jun 13, 2023
Hello, I am trying to download a few TCGA RNASeq datasets separately but for some reason, I ended up creating a snapshot of an instance when I had downloaded BRCA data and now every time I try to save another cohort, it only runs localHub=TRUE and errors out ie:
Meanwhile, if I try BRCA, it will load it out from the cache like so:
I had it working previously but for some reason, something had changed and I'm not even quite sure how it ended up this way.. Is there a way for me to set localHub = False? If someone has a solution for this, I would greatly appreciate it!
Thanks,
Jeff
The text was updated successfully, but these errors were encountered: