]> git.donarmstrong.com Git - mothur.git/blobdiff - shhhseqscommand.cpp
upped the optimization code for debugging from -O0 to -O3 and fixed the sigma problem...
[mothur.git] / shhhseqscommand.cpp
index 518e78d6386521dcb4ef57700c1ffb903ae02a13..72504196039c9f337f8051ecdf54a4af1eed5c90 100644 (file)
@@ -161,7 +161,8 @@ ShhhSeqsCommand::ShhhSeqsCommand(string option) {
                        
                        string temp     = validParameter.validFile(parameters, "sigma", false);         if(temp == "not found"){        temp = "0.01"; }
                        m->mothurConvert(temp, sigma); 
-                       
+                       sigma = 1/sigma;
+            
                        temp = validParameter.validFile(parameters, "processors", false);       if (temp == "not found"){       temp = m->getProcessors();      }
                        m->setProcessors(temp);
                        m->mothurConvert(temp, processors);