-
Notifications
You must be signed in to change notification settings - Fork 7
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
Inconsistent input/output argument order #219
Comments
Yes, well spotted. I've been debating with myself on what should be done here. It's not quite so obvious when you look at See #102 for a related problem that I've been dithering about |
I wouldn't write any code using the Python API by the way, it will definitely change in breaking ways before being documented. |
Thanks. I gathered that it's undocumented, so I'm expecting changes. The context is that I'm very roughly drafting some examples for teaching in a few months, so I'm happy to change any code as/when it is documented. |
Would it not be easier to use the CLI? Bash cells in Jupyter notebooks work well. |
Ah yes, probably sensible in this case. I'm not sure how they work in jupyterbook or pyodide formats, but that might not be needed in this case. |
Doubt cyvcf2 will work in pyodide anyway. |
Using the (undocumented) python API:
I think
vcf2zarr.explode
should probably reverse the order of the first 2 params? I guess since it's undocumented, it's possible to make changes like this without breaking the API at this stage?The text was updated successfully, but these errors were encountered: