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 fields VID and VIM are both boolean (0 or 1) fields. One would expect they therefor have the same datatype, but this is not the case.
##FORMAT=<ID=VID,Number=1,Type=Integer,Description="Inheritance Denovo status."> ##FORMAT=<ID=VIM,Number=1,Type=String,Description="Inheritance Match status.">
Note: after fixing report template should also be fixed
The text was updated successfully, but these errors were encountered:
ae4bfbf
Merge pull request #6 from molgenis/fix/5
6fcaa5e
fix #5: VIM and VID status fields have different types
No branches or pull requests
The FORMAT fields VID and VIM are both boolean (0 or 1) fields.
One would expect they therefor have the same datatype, but this is not the case.
##FORMAT=<ID=VID,Number=1,Type=Integer,Description="Inheritance Denovo status.">
##FORMAT=<ID=VIM,Number=1,Type=String,Description="Inheritance Match status.">
Note: after fixing report template should also be fixed
The text was updated successfully, but these errors were encountered: