Closed ReharrC closed 6 years ago
same error, with R version 3.5.0 (2018-04-23) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS Sierra 10.12.6
and TCGAbiolinks_2.8.0:
> query <- GDCquery(project = CancerProject,
+ data.category = "Transcriptome Profiling",
+ data.type = "Gene Expression Quantification",
+ workflow.type = "HTSeq - Counts")
--------------------------------------
o GDCquery: Searching in GDC database
--------------------------------------
Genome of reference: hg38
--------------------------------------------
oo Accessing GDC. This might take a while...
--------------------------------------------
ooo Project: TCGA-UCEC
Error: Error in getURL(url, fromJSON, timeout(600), simplifyDataFrame = TRUE): 'getURL()' failed:
URL: https://gdc-api.nci.nih.gov/files/?pretty=true&expand=cases.samples.portions.analytes.aliquots,cases.project,center,analysis&size=2919&filters=%7B%22op%22:%22and%22,%22content%22:[%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22cases.project.project_id%22,%22value%22:[%22TCGA-UCEC%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_category%22,%22value%22:[%22Transcriptome%20Profiling%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_type%22,%22value%22:[%22Gene%20Expression%20Quantification%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.analysis.workflow_type%22,%22value%22:[%22HTSeq%20-%20Counts%22]%7D%7D]%7D&format=JSON
error: SSLRead() return error -9806
We will retry to access GDC!
Error in is.response(x) : 'getURL()' failed:
URL: https://gdc-api.nci.nih.gov/files/?pretty=true&expand=cases.samples.portions.analytes.aliquots,cases.project,center,analysis&size=2919&filters=%7B%22op%22:%22and%22,%22content%22:[%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22cases.project.project_id%22,%22value%22:[%22TCGA-UCEC%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_category%22,%22value%22:[%22Transcriptome%20Profiling%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.data_type%22,%22value%22:[%22Gene%20Expression%20Quantification%22]%7D%7D,%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22files.analysis.workflow_type%22,%22value%22:[%22HTSeq%20-%20Counts%22]%7D%7D]%7D&format=JSON
error: SSLRead() return error -9806
Did you update the package? We are in version 2.9.1 and you both have 2.8.0. I think @tiagochst solved the change of API some days ago. Try always to be updated with the github repo:
devtools::install_github('BioinformaticsFMRP/TCGAbiolinks')
Note from the package DESCRIPTION file:
Package: TCGAbiolinks Type: Package Title: TCGAbiolinks: An R/Bioconductor package for integrative analysis with GDC data Version: 2.9.1
I tried to install the very last version, but it failed.
I just installed the version from June 4th ( 53a64014f38bd03e4a15145aa88c810bbd12a63a ) and it seems to work!
ReharrC , try this:
devtools::install_github("BioinformaticsFMRP/TCGAbiolinks",ref = "53a64014f38bd03e4a15145aa88c810bbd12a63a")
I tried this one here: devtools::install_github(repo ="BioinformaticsFMRP/TCGAbiolinks") IT WORKED, thanks!
This command worked for me, too. Many thanks! devtools::install_github(repo ="BioinformaticsFMRP/TCGAbiolinks")
The following call fails:
and sessionInfo() gives: