Skip to content
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

[BQ to VCF] Output quality as an integer when applicable #419

Open
arostamianfar opened this issue Nov 26, 2018 · 0 comments
Open

[BQ to VCF] Output quality as an integer when applicable #419

arostamianfar opened this issue Nov 26, 2018 · 0 comments
Labels

Comments

@arostamianfar
Copy link
Contributor

Even though the quality field is technically a float, most quality fields in VCF files are integers. We currently output quality values like 50.0. We should determine if the value is really an integer and remove the .0 suffix.
This can (should?) be done for all other float values as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant