X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makebiomcommand.cpp;h=03e7baf2b9888fc7f52cbe6076ea8fdfa472b584;hb=e339f9008daa7d37c9a9034829565620a6abe783;hp=acd0500963d096acfb5d1ea453cc9186feafe783;hpb=dec4333b64891e0b923c862446cf2e3befa7e3d3;p=mothur.git diff --git a/makebiomcommand.cpp b/makebiomcommand.cpp index acd0500..03e7baf 100644 --- a/makebiomcommand.cpp +++ b/makebiomcommand.cpp @@ -165,7 +165,7 @@ MakeBiomCommand::MakeBiomCommand(string option) { for (it = parameters.begin(); it != parameters.end(); it++) { if (validParameter.isValidParameter(it->first, myArray, it->second) != true) { abort = true; } } - + //initialize outputTypes vector tempOutNames; outputTypes["biom"] = tempOutNames; @@ -612,7 +612,7 @@ vector MakeBiomCommand::parseTax(string tax, vector& scores) { scores.push_back(confidenceScore); }else{ scores.push_back("null"); } } - } + }else{ scores.push_back("null"); } //strip "" if they are there pos = taxon.find("\"");