-
Notifications
You must be signed in to change notification settings - Fork 2
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
Failed at first step #2
Comments
It appears GTEx replaced the static locations for their data. I'm going to have to figure a work-around for that. In the meantime, you can manually go to https://www.gtexportal.org/static/datasets/ (login) and download the files and load them in following the script within downloadGTEx. |
I am still getting the same error as @jpmam1 when trying to download other GTEx data, apart from the example (skin dataset). @jnpaulson is there an update with the work-around for this? |
Are you getting it through dbGaP, or elsewhere?
…On Tue, Jan 9, 2018 at 6:48 PM, Ameya Kulkarni ***@***.***> wrote:
I am still getting the same error as @jpmam1 <https://github.com/jpmam1>
when trying to download other GTEx data, apart from the example (skin
dataset). @jnpaulson <https://github.com/jnpaulson> is there an update
with the work-around for this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFePtR11pTf_fVfx_Y6_DdAyLuPSa9bIks5tI_q9gaJpZM4QBYAP>
.
--
What have you done today to make the world a better place?
|
Hi all, yes. Just decided on a workaround - and it will be implemented this coming week. I'll update this post soon. Thank you |
@DCGenomics , @ameya225 , @jpmam1 Hi all - apologies for the delay. As a temporary workaround (Bioconductor has a versioning delay) I'm placing the V6 data formatted already as a YARN processed ExpressionSet. The file is an RDS object (meaning you read it in with the readRDS function). It's ~1.4 Gigs. http://networkmedicine.org:3838/gtex_data/gtex_portal_normalized.rds To grab it from the source within a script, one can easily:
|
Hi there, I was trying to run yarn on version 8 of GTEx. I changed the code for downloadGTEx to reflect the new websites for the new version. But I am getting a similar error has the previous people. Is there a workaround? I've tried everything I could think of. It is still not working? Any suggestions? @jnpaulson |
hi, thanks, |
I failed at the first step. The example dataset (skin) worked great, but I wasn't able to load the GTEx data (failed on Mac and Ubuntu).
Any ideas on how to proceed would be very much appreciated.
Thanks,
Jared
The text was updated successfully, but these errors were encountered: