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

Logging from vcf_to_zarr #910

Open
jeromekelleher opened this issue Sep 23, 2022 · 2 comments
Open

Logging from vcf_to_zarr #910

jeromekelleher opened this issue Sep 23, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@jeromekelleher
Copy link
Collaborator

It would be useful if vcf_to_zarr wrote some debugging information to the Python log. It's a bit of a black box at the moment trying to figure out what's happening when things go wrong (which they do - we'll never cover all possible weirdly malformed VCF inputs).

@jeromekelleher jeromekelleher added the enhancement New feature or request label Sep 23, 2022
@jeromekelleher
Copy link
Collaborator Author

Raising this one again - it really would be helpful to get some debug output when doing large VCF conversions. I'm very much flying blind trying to make a large VCF conversion work, and any output telling me what the process is actually doing would be helpful.

We can use the standard python logging infrastructure with Dask, right?

@benjeffery
Copy link
Collaborator

I think some logging could be added - but I'm not sure how much it would help as most of the work gets done in two big dask tasks. The most useful logs to me have been the dask worker logs and the dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants