You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please see issue #914 for some additional context and discussion.
Essentially, an update to Hail that also fixed some security vulnerabilities starting causing this step to fail.
Since this step of the pipeline is rarely run by our team, this has not been fixed yet even though it has been a known bug. The gnomAD Browser team is most likely intending to fix this ahead of an upcoming Dataset release, so a fix for this is queued up for the relative future (within a few months, most likely).
If this is currently hard blocking you, a fix for this step could take the form of importing the data to a Matrix Table directly, instead of a Hail Table or in the form of transforming the data into a Long, rather than a Wide, data format. Either of these can help get around the central problem of Hail raising this error when there are too many columns in the Hail Table for Hail to handle.
Hey everybody,
In the last few days, I've been trying to run a data pipeline with a genes argument following this documentation: https://github.com/broadinstitute/gnomad-browser/blob/main/data-pipeline/README.md
Note: Before running data pipeline, I have run ./deploy setup from here https://github.com/broadinstitute/gnomad-browser/tree/main/deploy
However, after ~14/17 minutes of running genes pipeline it fails with the following error message:
Hail version: 0.2.109-b71b065e4bb6
Error summary: MethodTooLargeException: Method too large: __C1355collect_distributed_array_table_text_writer.__m1423split_InsertFields ()V
It fails on GTEX genes (GTEx_Analysis_2016-01-15_v7_RSEMv1.2.22_transcript_tpm.txt.gz - 1.8G large).
Have any of you had a similar problem, and how did you manage to solve it?
Link to stack trace:
https://pastebin.com/at9aGQ9z
Kind regards
The text was updated successfully, but these errors were encountered: