The current VCF header definitions for the SAGE(V2021) fields are misaligned with their last version(V2024) data structures, causing validation errors.
Issue:
The SAGE_SB field contains two float values separated by a comma (e.g., 0.5,0.457), but the header specifies Number=1, indicating only one value. This discrepancy results in validation errors such as "invalid float."
RESCUED_FILTERS_PENDING field may contain multiple comma-separated values (e.g., FILTER1,FILTER2), but the header specifies Number=1, which expects only one value.
Slack thread
Branch
The current VCF header definitions for the SAGE(V2021) fields are misaligned with their last version(V2024) data structures, causing validation errors.
Issue:
The SAGE_SB field contains two float values separated by a comma (e.g., 0.5,0.457), but the header specifies Number=1, indicating only one value. This discrepancy results in validation errors such as "invalid float."
RESCUED_FILTERS_PENDING field may contain multiple comma-separated values (e.g., FILTER1,FILTER2), but the header specifies Number=1, which expects only one value.
Slack thread
Branch