X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustercommand.cpp;h=dc61a6a745eaeddb31a9e573b2b966a1dfde760d;hb=d5c8caf2d08b7ac6de30e33b1d19cfd246d08f03;hp=79728164fcde1cbe0e8f528e6826825dfbb4a752;hpb=bc9a445aa9fd0334301f9f23514de268e3b5a5e3;p=mothur.git diff --git a/clustercommand.cpp b/clustercommand.cpp index 7972816..dc61a6a 100644 --- a/clustercommand.cpp +++ b/clustercommand.cpp @@ -108,7 +108,9 @@ int ClusterCommand::execute(){ } //saves .list file so you can do the collect, rarefaction and summary commands without doing a read.list - globaldata->setDistFile(""); + if (globaldata->getFormat() == "phylip") { globaldata->setPhylipFile(""); } + else if (globaldata->getFormat() == "column") { globaldata->setColumnFile(""); } + globaldata->setListFile(fileroot+ tag + ".list"); globaldata->setNameFile(""); globaldata->setFormat("list");