Closed allisoncheney closed 9 months ago
Hi @allisoncheney,
Thank you for the details with this error. Could you try pulling the most recent version of the repo, or updating to the most recent version of the gnomad package, to see if this resolves your issue? "exomes" is within the DATA_TYPES
variables so this should work.
Thank you! I didn't realize I was using an older version of gnomad. Updating allowed me to use get the v4 exomes table. But I realized that
from gnomad.resources.grch38.gnomad import public_release
genomes = public_release("genomes").ht()
gives me v3 genomes, not v4. (At least, it has annotations that match v3 like "primate_ai") Is there a way to select v4?
@allisoncheney, can you pull the most recent version of the repo again? We just put in a fix yesterday and public_release("genomes") now defaults to load the v4 genomes.
Hi @allisoncheney -- thanks for flagging that the default genomes release version was not v4. As Kristen said above, we have fixed this in the most recent version of the code, so I am going to close this ticket; please open another ticket if you still encounter an issue.
Hello, I was following the code to import the latest exomes release as written here
But was unable to.
I'm a bit confused by that error message, is the exome hail table not available? The genomes table did seem to work. I am using the hail environment on Terra: hail 0.2.126, python 3.10.12