From: pschloss Date: Tue, 4 Jan 2011 11:54:21 +0000 (+0000) Subject: modifications to shhh.seqs X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=commitdiff_plain;h=b89659609913ad8ba9ad9eee1176c548fc05eb56 modifications to shhh.seqs --- diff --git a/mothur b/mothur index e36592e..a425fb1 100755 Binary files a/mothur and b/mothur differ diff --git a/shhhercommand.cpp b/shhhercommand.cpp index 224d3ce..f9b3429 100644 --- a/shhhercommand.cpp +++ b/shhhercommand.cpp @@ -16,6 +16,7 @@ #include "listvector.hpp" #include "cluster.hpp" #include "sparsematrix.hpp" +#include //********************************************************************************************************************** @@ -183,7 +184,7 @@ ShhherCommand::ShhherCommand(string option) { // ...at some point should added some additional type checking... string temp; temp = validParameter.validFile(parameters, "lookup", true); - if (temp == "not found") { lookupFileName = "LookUp_E123.pat"; } + if (temp == "not found") { lookupFileName = "LookUp_Titanium.pat"; } else if(temp == "not open") { abort = true; } else { lookupFileName = temp; } @@ -259,7 +260,7 @@ int ShhherCommand::execute(){ cout << "\nGetting preliminary data..." << endl; getSingleLookUp(); getJointLookUp(); - + vector flowFileVector; if(flowFilesFileName != "not found"){ string fName; @@ -655,8 +656,7 @@ int ShhherCommand::execute(){ getSingleLookUp(); getJointLookUp(); - - + vector flowFileVector; if(flowFilesFileName != "not found"){ string fName; @@ -1505,7 +1505,7 @@ double ShhherCommand::getLikelihood(){ try{ - vector P(numSeqs, 0); + vector P(numSeqs, 0); int effNumOTUs = 0; for(int i=0;i