-
Notifications
You must be signed in to change notification settings - Fork 35
Fix vcf2zarr tests #1309
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
Fix vcf2zarr tests #1309
Conversation
tomwhite
commented
Apr 14, 2025
- Fixes ImportError: cannot import name 'vcf2zarr' from 'bio2zarr' #1308
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1309 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 46 46
Lines 2992 2992
=========================================
Hits 2992 2992 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I got But now the docs build is failing with
I noticed that for Any idea why that's happening @benjeffery? |
That's a good catch @tomwhite, I think we can regard that as bug. Probably something simple happened in the generalisation code, I'll investigate |
This is weird @tomwhite, I don't see what would have changed here. The number in VCF is "." in the 1000G files I'm looking at, and I assume it's the same here, so I don't see how we'd ever have gotten "alleles" in there. There was never any special case for AD, and I don't think we should overrule the header anyway. Did you manually edit the schema to fix this problem before by any chance? |
Yes, that was it. Sorry! |
Great! LGTM |
This reverts commit 3770969.