if (((phylipfile != "") || (columnfile != "")) && makeDist) { m->mothurOut("[ERROR]: You already provided a distance matrix. Mothur will ignore the dist parameter.\n"); makeDist = false; }
if (classic && makeDist) { m->mothurOut("[ERROR]: You cannot use the dist parameter with the classic parameter. Mothur will ignore the dist parameter.\n"); makeDist = false; }
@@ -1647,13 +1648,20 @@ int ClusterSplitCommand::runSensSpec() {
if ((itTypes->second).size() != 0) { listFile = (itTypes->second)[0]; }
}
- string columnFile = "";
- itTypes = outputTypes.find("column");
- if (itTypes != outputTypes.end()) {
- if ((itTypes->second).size() != 0) { columnFile = (itTypes->second)[0]; }
0 comments on commit
4199174