rli012 / GDCRNATools

GDCRNATools: an R/Bioconductor package for integrative analysis of lncRNA, miRNA and mRNA data in GDC
Apache License 2.0
67 stars 41 forks source link

problem downloading data: incomplete final line found error with gdcRNADownload() #7

Open IyadSultan opened 5 years ago

IyadSultan commented 5 years ago

######## Download mature miRNA data ####### gdcRNADownload(project.id = 'TARGET-NBL',

Josuerinho commented 2 years ago

Hi all! I'm having the same problem. In my case is just with data.type = "RNAseq". "miRNAs" works just fine. I'm working on Apple's M1 chip though so I don't know if this could be causing the problem. I've installed all packages and dependencies as suggested to avoid issues but still, the same error. Has anyone provided a fix for this? Thanks for your help!

PS: I've been trying to understand the error and accessed the code behind gdcRNADownload() function step by step to pinpoint the problem. However, when I try to independently run each line of code inside this function, it already fails at:

url <- gdcGetURL(project.id=project.id, data.type=data.type)

Here it says the function doesn't exist. How is that possible that inside the installed function gdcRNADownload(), gdcGetURL() does its job but when tried independently isn't working?? I can't wrap my head around it.