-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
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
how to encode missing fields with number>1 #419
Comments
Both can be used. Single |
It seems like Does htslib have reasonable support for dealing with partially missing arrays? A related issue: At the moment things like AD = Does anyone know how partially missing arrays are handled in htlib? |
Partially missing arrays are fully handled in htslib. They were added later, and at that point the java implementation made the pragmatic decision to treat partially missing arrays as fully missing. (Which I understand because it can be quite a pain sometimes.) |
Specs-as-written, both are fine. Section 1.6.2
|
This can happen in either INFO or FORMAT when an array is missing. For example a missing PL in the format field in a diploid, biallelic site can be a
.
or.,.,.
which one is correct? which one is valid? the text is somewhat vague and the example provided only covers the case of number=1.The text was updated successfully, but these errors were encountered: