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

Logging of reads kept and total reads wrong in lookup -exclude #21

Open
ASLeonard opened this issue May 1, 2021 · 0 comments
Open

Logging of reads kept and total reads wrong in lookup -exclude #21

ASLeonard opened this issue May 1, 2021 · 0 comments

Comments

@ASLeonard
Copy link

Just noticed when looking at some results, the order of values is swapped here for the total reads analysed and the number of reads kept.

fprintf(stderr, "\nIncluding %lu reads (or read pairs) out of %lu.\n", g->nReadsTotal, g->nReadsFound);

Should of course be

fprintf(stderr, "\nIncluding %lu reads (or read pairs) out of %lu.\n", g->nReadsFound, g->nReadsTotal);
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