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

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

Open
IyadSultan opened this issue Feb 1, 2019 · 1 comment

Comments

@Josuerinho
Copy link

Josuerinho commented Apr 6, 2022

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.

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