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

Can I run these scripts locally or on an HPC-server? #1

Open
yangyxt opened this issue Jun 25, 2020 · 2 comments
Open

Can I run these scripts locally or on an HPC-server? #1

yangyxt opened this issue Jun 25, 2020 · 2 comments

Comments

@yangyxt
Copy link

yangyxt commented Jun 25, 2020

First of all, thank you for making such a great metric. It really helps.

I see in your tutorial, you recommend to run this script on a publicly available cloud server. I wonder whether is this cloud server openly and freely accessible to everyone online? Can I just run this locally?

I tried to run this script locally, but all the data are on google cloud storage and I need to use gsutil to access them. Most of the data is available, but when I tried to access vep_config(the json file) I got an error: Bucket is requester pays bucket but no user project provided.

@yangyxt
Copy link
Author

yangyxt commented Jun 25, 2020

Also, can this tutorial be applied to indels? Instead of SNVs?

@berylc
Copy link
Collaborator

berylc commented Aug 6, 2020

Hi! So sorry I'm just seeing this - need to update my notification settings.

To answer your second question first, yes the method can definitely be applied to indels as well as SNVs.

To solve a requestor bucket pays problem, you need to specify a google project with -u. I am personally unsure how to access google bucket storage without an account of your own, but can ask in my team if useful.

Before that though, I urge you to consider using the pre-computed pext metrics on every SNV in the genome. This is for GTEx samples.

Let me know if this is related to calculating pext on an internal transcript expression dataset. Our method relies on Hail (which for the record can be run on AWS as well). But happy to figure out a way to get your calculations performed as well.

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