-
Notifications
You must be signed in to change notification settings - Fork 24
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
FileNotFoundError: '.zmetadata' on variant_calls() #712
Comments
@eselimnl @podpearson Any ideas? |
Hi @jchiefelk, it is interesting that your local copy is missing the I hope you can generate the missing file yourselves with the following lines of codes: import zarr store = DirectoryStore("/local/path/to/pf7_release/") Please me know if you have any issues. |
@eselimnl - I downloaded the data from Figshare. I didn't have permissions to |
Thanks for getting back. I couldn't find the genotype calls file (zarr) on figshare, to make sure please check if you have downloaded
|
Thanks @eselimnl . Hi @jchiefelk . Please let us know whether using the public FTP resource resolves your issue. Out of curiosity, did you try consolidating the metadata of your local Zarr? As @eselimnl suggests, this ought to re-generate any missing |
This error is thrown when making a variant call from a Pv4 or Pf7 object.
variant_calls()
. The source of this error is in on line 80 of plamodium.py here, https://github.com/malariagen/malariagen-data-python/blob/master/malariagen_data/plasmodium.py#L80I created an instance of Pf7 or Pv4 using a local copy of the releases, example
pf7 = malariagen_data.Pf7("/local/path/to/pf7_release/")
. I did fill out the Google Form, but I didn't want to wait to get SNP data I need.The text was updated successfully, but these errors were encountered: