when trying to parse with config at /projects/topmed/variant_annotation/freeze_8/database/v1/build/parsing_code/20190701_fr_8_config_v1.tsv I get this error:
Error in validate_config(raw_config) :
all pivotChar2 values must be the same within a pivotGroup
it looks like the error arises because there are pivotChar2 values of both NA and ;, which should be okay. The validation should instead check that all non-NA pivotchar2 fields have the same parseGroup.
when trying to parse with config at
/projects/topmed/variant_annotation/freeze_8/database/v1/build/parsing_code/20190701_fr_8_config_v1.tsv
I get this error:Checking with:
it looks like the error arises because there are
pivotChar2
values of bothNA
and;
, which should be okay. The validation should instead check that all non-NA pivotchar2 fields have the same parseGroup.