You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the VCF 4.3 specification, spaces are allowed in INFO field values (unlike in VCF 4.2). However, trying to parse such a file fails with an error message "The VCF specification does not allow for whitespace in the INFO field", which seems to come from AbstractVCFCodec.java:515.
According to the VCF 4.3 specification, spaces are allowed in INFO field values (unlike in VCF 4.2). However, trying to parse such a file fails with an error message "The VCF specification does not allow for whitespace in the INFO field", which seems to come from AbstractVCFCodec.java:515.
See VCF 4.3 spec, Section 1.6.1:
The text was updated successfully, but these errors were encountered: