-
Notifications
You must be signed in to change notification settings - Fork 5
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
make ASVs using --cluster_unoise #18
Comments
My main question about implementation is how to perform chimera checking when building ASVs. The developer recommends performing chimera filtering after clustering, while Hundo currently searches for chimeras before clustering. Example unoise order:
Current Hundo workflow:
Possible Hundo workflow for ASVs ❓
... If we move chimera checking afterward and use
|
The last option is cleanest, but how do we resolve issues when people would like to continue to cluster their data? |
We could maintain the existing OTU clustering workflow like we did with BLAST or vsearch aligners: add a new @click.option and an I guess we could also implement these as separate steps that a user can turn on or off in any combination, but that could cause conflicts. A user probably shouldn't |
Seems reasonable to me. Feel like taking a stab at it? I can review your branch when you're ready. |
Yes please! Thank you Joe. I'm still rustling up the funding to build this, so this is a month away. 💵 🎅 |
Janet and others have expressed interest in having Hundo support denoising methods in addition to traditional OTU clustering.
This is something I'm interested in implementing, and I would appreciate any support or advice that you have. Dan (@dtnaylor124) expressed interested in helping to test this.
The text was updated successfully, but these errors were encountered: