X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitmatrix.cpp;h=a5ae3cbda79fd52a9358464eab1941c96a69bd63;hb=67ea6ccd74dbd64828d31b952808255f206364ff;hp=aea99ef2cccc3dbc070b251d4691209efacd2cbc;hpb=006601d68abe8d0061f77e8d28323b160750e343;p=mothur.git diff --git a/splitmatrix.cpp b/splitmatrix.cpp index aea99ef..a5ae3cb 100644 --- a/splitmatrix.cpp +++ b/splitmatrix.cpp @@ -191,8 +191,12 @@ int SplitMatrix::createDistanceFilesFromTax(map& seqGroup, int numG else { options = "fasta=" + (fastafile + "." + toString(i) + ".temp") + ", processors=" + toString(processors) + ", cutoff=" + toString(distCutoff); } if (outputDir != "") { options += ", outputdir=" + outputDir; } + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + Command* command = new DistanceCommand(options); + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + command->execute(); delete command;