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
The output is correct. Semicolons (;) in info string values are being percent-encoded to %3B (e.g., "a;b" => "a%3Bb"). However, vcf::Record is not decoding them, which in turn makes the writer, essentially, double encode.
Hi, when writing a STRING value to an INFO field that contains a semicolon
;
then this file cannot be imported any more.Should I escape this in my code using noodles-vcf or should noodles do it?
The text was updated successfully, but these errors were encountered: