-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add VCF/BCF support for POS=0 coordinate
Review of `bcftools merge` code and possibly others is necessary because it is relying on uninitialized POS==-1 in synced_bcf_reader This should resolve #1571
- Loading branch information
Showing
5 changed files
with
29 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule htscodecs
updated
28 files
+3 −4 | .cirrus.yml | |
+0 −43 | NEWS.md | |
+8 −22 | configure.ac | |
+2 −3 | htscodecs/Makefile.am | |
+2 −2 | htscodecs/arith_dynamic.c | |
+2 −2 | htscodecs/htscodecs.h | |
+11 −7 | htscodecs/pack.c | |
+3 −10 | htscodecs/rANS_static.c | |
+2 −3 | htscodecs/rANS_static16_int.h | |
+3 −2 | htscodecs/rANS_static32x16pr.c | |
+4 −5 | htscodecs/rANS_static32x16pr_avx2.c | |
+4 −5 | htscodecs/rANS_static32x16pr_avx512.c | |
+3 −4 | htscodecs/rANS_static32x16pr_neon.c | |
+5 −5 | htscodecs/rANS_static32x16pr_sse4.c | |
+6 −36 | htscodecs/rANS_static4x16pr.c | |
+37 −129 | htscodecs/tokenise_name3.c | |
+1 −7 | htscodecs/utils.c | |
+5 −15 | htscodecs/utils.h | |
+1 −5 | m4/ax_check_compile_flag.m4 | |
+0 −42 | m4/ax_search_libs_rev.m4 | |
+64 −0 | m4/zlib.m4 | |
+3 −10 | tests/arith.test | |
+ − | tests/dat/arith/u32.1 | |
+ − | tests/dat/arith/u32.4 | |
+ − | tests/dat/arith/u32.65 | |
+ − | tests/dat/arith/u32.9 | |
+ − | tests/dat/u32 | |
+1 −7 | tests/entropy.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters