-
Notifications
You must be signed in to change notification settings - Fork 597
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
The first running Funcotator is stucked #5903
Comments
@JavisPeng Does the tool still hang if you don't untar gnomAD? |
@JavisPeng I think it is having trouble connecting to google cloud to get the gnomAD data. As an alternative you can download the gnomAD data directly to your machine and run against a local copy. |
@JavisPeng I wanted to check in. Did you have a chance to download gnomAD locally and run from that? If not, I think that will fix the issue you're seeing. If so, are you all set now? |
@droazen Weird,it becomes normal if i don't untar gnomAd |
@jonn-smith I have downloaded the gnomAD,it becomes normal if i don't untar gnomAD |
Funcotator is trying to read gnomAD from a Google Bucket if the gnomAD data sources are enabled. If you cannot connect to google it will hang. This is ultimately due to the size of the gnomAD data source. If you can download a local copy and modify the data sources to point to that local copy of gnomAD it will work just fine without an internet connection. |
Hi Jonn, I have encountered the similar issue. As posted above, the data sources are downloaded and being specified with |
ENV: Centos7 JAVA1.8 GTAK4.1.0.0
Preparation:
after running the script above, it stucked and show nothing anymore, is there something I ignored ?
The text was updated successfully, but these errors were encountered: