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

[Issue] wrong tsv output produced by pileup.c #46

Open
vpbrendel opened this issue May 15, 2022 · 0 comments
Open

[Issue] wrong tsv output produced by pileup.c #46

vpbrendel opened this issue May 15, 2022 · 0 comments

Comments

@vpbrendel
Copy link

Copy/paste errors in the code which leads to wrong output in the tsv file; the corrected code is shown first, versus the current code in your repository.

pileup.c SHOULD BE c CURRENT
126c126
< fprintf(out, "\t%"PRId64"\t%1.3f%%", k_hch, b_hch / (double) k_hch * 100);

  fprintf(out, "\t%"PRId64"\t%1.3f%%", k_hchh, b_hch  / (double) k_hch  * 100);

150c150
< fprintf(out, "\t%"PRId64"\t%1.3f%%", k_ch, b_ch / (double) k_ch * 100);

  fprintf(out, "\t%"PRId64"\t%1.3f%%", k_chh, b_ch  / (double) k_ch  * 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant