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

Closed
mothur-westcott opened this Issue Jul 20, 2016 · 1 comment

Comments

Projects
None yet
1 participant
Contributor

mothur-westcott commented Jul 20, 2016

Fix cutoff adjust.

if (method != "agc") { cutoff += (5 / (precision * 10.0)); }
...

@mothur-westcott mothur-westcott added this to the Version 1.39.0 milestone Jul 20, 2016

@mothur-westcott mothur-westcott added a commit that referenced this issue Jul 20, 2016

@mothur-westcott mothur-westcott Adjusts cutoff for agc and dgc methods
cluster and cluster.split

#254
fc821b8
Contributor

mothur-westcott commented Jul 20, 2016

Completed with commit fc821b8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment