forked from samtools/htslib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial support for VCFv4.4 / VCFv4.5 Number= fields
Adds BCF_VL_* types for Number= P, LA, LG, LR and M Upgrades bcf_hdr_register_hrec() so that it sets the appropriate value when it finds one of the ne types in a FORMAT header line. Only set number type BCF_VL_FIXED if the value can actually be parsed as an integer. Unknown types will now cause a warning to be printed and will be treated as BCF_VL_VAR. Adds doxygen style comments to describe the meaning of the various BCF_VL_* values.
- Loading branch information
Showing
2 changed files
with
24 additions
and
8 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
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