cggh / scikit-allel

A Python package for exploring and analysing genetic variation data
MIT License
287 stars 49 forks source link

Write from Zarr to vcf #299

Open giang-nghg opened 4 years ago

giang-nghg commented 4 years ago

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.

pep8speaks commented 4 years ago

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! :beers:

Comment last updated at 2020-01-30 09:47:56 UTC
alimanfoo commented 4 years ago

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 commented 4 years ago

@alimanfoo np, glad I could contribute something :)