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

Write from Zarr to vcf #299

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Write from Zarr to vcf #299

wants to merge 6 commits into from

Conversation

giang-nghg
Copy link

Add code to write data (including genotype calling, but still lacking some info) from Zarr to VCF.

Only tested with Zarr, not other array types yet.

- Update callset normalizing function, which failed to get grouped keys from Zarr storage, probably due to being out of date with Zarr.
- Add code for writing genotype data.
- Said code was deleted in the last commit
- Since it also has `keys()` method, the check for NumPy array would also apply to it (and so the wrong code block would get executed)
@pep8speaks
Copy link

pep8speaks commented Jan 29, 2020

Hello @giang-nghg! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2020-01-30 09:47:56 UTC

@giang-nghg giang-nghg changed the title Writing genotype data to vcf Write from Zarr to vcf Jan 29, 2020
@alimanfoo
Copy link
Contributor

Hi @giang-nghg, just to say belated thank you for submitting this PR. Currently I'm overcommitted and so struggling to make time for development work, apologies for slowness.

@giang-nghg
Copy link
Author

@alimanfoo np, glad I could contribute something :)

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

Successfully merging this pull request may close these issues.

3 participants