X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.cpp;h=87d26cea75033c911d4db315265123fdd3dd49de;hb=eb71e28b7b7afd82540f4a8f0bac9429c5b9d713;hp=0e6798f39039ad9245e7e12131ac5722cdc34804;hpb=1f0e54b53b714781f3f2fee7d01177fade98a625;p=mothur.git diff --git a/clustersplitcommand.cpp b/clustersplitcommand.cpp index 0e6798f..87d26ce 100644 --- a/clustersplitcommand.cpp +++ b/clustersplitcommand.cpp @@ -439,6 +439,8 @@ int ClusterSplitCommand::execute(){ vector< map > distName = split->getDistanceFiles(); //returns map of distance files -> namefile sorted by distance file size delete split; + if (m->debug) { m->mothurOut("[DEBUG]: distName.size() = " + toString(distName.size()) + ".\n"); } + //output a merged distance file if (splitmethod == "fasta") { createMergedDistanceFile(distName); }