VCF lossless conversion tests are failing for Zarr 2.11.0
See original GitHub issueFrom https://github.com/pystatgen/sgkit/runs/5401218690?check_suite_focus=true (which is truncated due to lots of output):
2022-03-03T15:45:05.4820016Z =========================== short test summary info ============================
2022-03-03T15:45:05.4820284Z FAILED sgkit/tests/io/vcf/test_vcf_lossless_conversion.py::test_lossless_conversion[CEUTrio.20.21.gatk3.4.g.vcf.bgz]
2022-03-03T15:45:05.4820484Z FAILED sgkit/tests/io/vcf/test_vcf_lossless_conversion.py::test_lossless_conversion[all_fields.vcf]
2022-03-03T15:45:05.4820638Z = 2 failed, 813 passed, 32 skipped, 2 xfailed, 1 xpassed in 259.62s (0:04:19) ==
I haven’t been able to reproduce this, but it looks like some fields are nan (e.g. QUAL) which is odd:
2022-03-03T15:45:05.4783854Z #CHROM POS ID REF ALT QUAL FILTER INFO FORMAT s1 s2
2022-03-03T15:45:05.4783952Z 1 1 . G A,C nan PASS IB0 . . .
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
Can't set write_empty_chunks in Zarr encoding #6347 - GitHub
Zarr 2.11.0 made a change where chunks with data equal to the fill value are ... VCF lossless conversion tests are failing for...
Read more >VCF lossless conversion tests are failing for Zarr 2.11.0 - bytemeta
I looked into this a bit more and found that it's due to changes in Zarr 2.11.0. In that release, chunks with no...
Read more >Package List — Spack 0.20.0.dev0 documentation
It creates control-flow models of each MPI process and, when a failure occurs, ... 2.11.1, 2.11.0, 2.10.4, 2.10.3, 2.10.2, 2.10.1, 2.10.0, 2.9.1, 2.9.0, ......
Read more >List of supported software - EasyBuild documentation
bcl2fastq Conversion Software both demultiplexes data and converts BCL files generated by Illumina sequencing systems to standard FASTQ file formats for ...
Read more >Paquets logiciels dans « focal », Sous-section python - Ubuntu
... standard library test suite for PyPy (an alternative Python interpreter) ... python3-img2pdf (0.3.3-1ubuntu3.1) [universe]: Lossless conversion of ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Opened https://github.com/pydata/xarray/issues/6347
Fixed in zarr-developers/zarr-python#834