X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=amovacommand.cpp;h=8ab08553c4969268be12230b68f0f80303da2989;hb=48335c6b6ecee614c30d22751c2880953c20e2f4;hp=b9b5deeb5e670ef2f119eb09bded37ab870efe4d;hpb=7b287636ea67fb2254b119c21b4057a177d3ce19;p=mothur.git diff --git a/amovacommand.cpp b/amovacommand.cpp index b9b5dee..8ab0855 100644 --- a/amovacommand.cpp +++ b/amovacommand.cpp @@ -115,12 +115,8 @@ AmovaCommand::AmovaCommand(string option) { phylipFileName = validParameter.validFile(parameters, "phylip", true); if (phylipFileName == "not open") { phylipFileName = ""; abort = true; } - else if (phylipFileName == "not found") { phylipFileName = ""; } - else if (designFileName == "not found") { - designFileName = ""; - m->mothurOut("You must provide an phylip file."); - m->mothurOutEndLine(); - abort = true; + else if (phylipFileName == "not found") { + phylipFileName = ""; } //check for required parameters @@ -128,9 +124,6 @@ AmovaCommand::AmovaCommand(string option) { if (designFileName == "not open") { abort = true; } else if (designFileName == "not found") { designFileName = ""; - m->mothurOut("You must provide an design file."); - m->mothurOutEndLine(); - abort = true; } string temp = validParameter.validFile(parameters, "iters", false);