Open jeffstang opened 1 year ago
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
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