Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cached snapshot data is immutable? #56

Open
jeffstang opened this issue Jun 13, 2023 · 1 comment
Open

cached snapshot data is immutable? #56

jeffstang opened this issue Jun 13, 2023 · 1 comment

Comments

@jeffstang
Copy link

jeffstang commented 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:

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

@jeffstang jeffstang changed the title cached data in memory immutable? cached snapshot data is immutable? Jun 13, 2023
@LiNk-NY
Copy link
Contributor

LiNk-NY commented Feb 6, 2024

Hi Jeff, @jeffstang

Sorry for the late response.

The only time curatedTCGAData uses localHub = TRUE is when there is an timeout error emitted by the calls to ExperimentHub.

Make sure that you have not set your "LOCAL" ExperimentHub::getExperimentHubOption to TRUE somehow.

Best regards,
Marcel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants