Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Cluster and cluster.split vsearch methods #254
Comments
mothur-westcott
added Bugs Command:Cluster
labels
Jul 20, 2016
mothur-westcott
added this to the
Version 1.39.0
milestone
Jul 20, 2016
mothur-westcott
added a commit
that referenced
this issue
Jul 20, 2016
|
|
mothur-westcott |
fc821b8
|
|
Completed with commit fc821b8 |
mothur-westcott
closed this
Jul 20, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mothur-westcott commentedJul 20, 2016
Fix cutoff adjust.
if (method != "agc") { cutoff += (5 / (precision * 10.0)); }
...