X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makebiomcommand.cpp;h=03e7baf2b9888fc7f52cbe6076ea8fdfa472b584;hb=05c52893c6c2467381fe7e7b769d86b6209af2e1;hp=acd0500963d096acfb5d1ea453cc9186feafe783;hpb=d2390ede25cc211f95f99e377d5654bad7e6950e;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("\"");