-
Notifications
You must be signed in to change notification settings - Fork 3
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
Human reads are actually outputted by nohuman #2
Comments
cpauvert
added a commit
to cpauvert/nohuman
that referenced
this issue
Jul 21, 2024
mbhall88
added a commit
that referenced
this issue
Jul 22, 2024
Oh wow! This is embarrasing!! Amazing how two characters can make this a completely different program. Thank you so much for detecting this. It will be fixed in v0.1.1 |
mbhall88
added a commit
that referenced
this issue
Jul 22, 2024
You're welcome @mbhall88! Typos happened and having the code available helps so much in these situations! Thanks for the quick reaction! |
bioconda package should now be updated btw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @mbhall88,
thanks for developing this tool, this approach is indeed very fast!
However when trying out on bacterial genome assembly data (Nanopore and Illumina) I was puzzled that
nohuman
was throwing the baby out with the bathwater. Therefore I investigated with the manual approach described in https://github.com/mbhall88/classification_benchmark with kraken2 and got:But the output file from
nohuman
contained 2814 sequences, which I trace the typo to be:nohuman/src/main.rs
Line 153 in 76a8456
I submitted a PR to fix that unclassified reads are wanted, but I'm not familiar with Rust, so I could not recompile/test properly, let me know if I can try out something.
Best,
Charlie
The text was updated successfully, but these errors were encountered: