-
Notifications
You must be signed in to change notification settings - Fork 46
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
Records in intermediate VCF format #13
Comments
@pkrusche: More questions. For some reason I thought
Why is |
@bioinformed : about hap.py / xcmp: they will implement the new intermediate format soon, probably in February (it started out similar to what hap.py is writing, but changed during the discussion). |
In the matching case, if the comparison tool chooses to not split any input variants, I guess the only way to output the result is to print the records as they were and add "." genotypes to pad. The BDs would be for strict GT comparison:
For the mismatch case, it would depend on whether we want to require the comparison tool to be able to pick up a possible allele match. If so, it would probably output this:
This gives another corner case by the way if GTs are the other way around:
The reason I would go for Does this look reasonable? |
Apologies for jumping into this discussion late. My question is what are the records in the intermediate VCF format? e.g. given two inputs
Truth
Query
What does the intermediate output look like for this matching case?
And for this non-matching case:
Truth
Query
The text was updated successfully, but these errors were encountered: