Dear everyone I use TCGA assembler to retrieve some data. But when I tried Methylation 450K data. The code i used are: filename_READ_Methylation450 = DownloadMethylationData(cancerType = "LUAD", assayPlatform = "methylation_450", saveFolderName = "./Methyl",inputPatientIDs = rownamesLUAD.ID)) It recurrently went to error. Here is the indication by R studio:
[1] "*.tar.gz file: downloading & unzipping ..."
[1] "*.tar.gz file: downloading & unzipping done!"
[1] "*.tar.gz file: downloading & unzipping ..."
**[1] "error (download): check the proxy"
Error: is.null(attr(s_stdout, "status")) is not TRUE Called from: f_v_barcode2filename_downloadedById(v_id2barcode[(n * n_each + 1):ifelse(n == ceiling(length(v_id2barcode)/n_each) - 1, length(v_id2barcode), (n + 1) * n_each)], s_dir = s_dir, s_archive = s_archive) Browse[1]> Q**
Have any one encounter such a problem??
I also faced such an error
tissueType = NULL, saveFolderName = ".", outputFileName = "", inputPatientIDs = NULL)
[1] "metadata file: preparing ..."
[1] "metadata file: preparing done!"
[1] "*.tar.gz file: downloading & unzipping ..."
[1] "error (download): check the proxy"
Error: is.null(attr(s_stdout, "status")) is not TRUE
Called from: f_v_barcode2filename_downloadedById(v_id2barcode, s_dir = s_dir,
Browse[1]> c
I am in windows and read something about limitation on the length of file path in windows but I did not solve the problem yet
Maybe it is related to this: