We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The FORMAT/RNC field is encoded as a string of length two rather than a list of two caracters.
FORMAT/RNC
IOW, it is:
GT:RNC ./.:II 1/1:15:1,14:1:16,4,0:..
But (arguably?) should be:
GT:RNC ./.:I,I 1/1:15:1,14:1:16,4,0:.,.
What are your thoughts?
Also see
Character
The text was updated successfully, but these errors were encountered:
Commenting on this to second it.
This field fails validation with vcf_validator:
Error: Sample #1, field RNC does not match the meta specification Number=2 (expected 2 value(s)). This occurs 4754484 time(s), first time in line 222.
Sorry, something went wrong.
No branches or pull requests
The
FORMAT/RNC
field is encoded as a string of length two rather than a list of two caracters.IOW, it is:
But (arguably?) should be:
What are your thoughts?
Also see
Character
fields zaeleus/noodles#235The text was updated successfully, but these errors were encountered: