X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitmatrix.cpp;fp=splitmatrix.cpp;h=a5ae3cbda79fd52a9358464eab1941c96a69bd63;hb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;hp=aea99ef2cccc3dbc070b251d4691209efacd2cbc;hpb=79a7d3273749b08d4f9f8dfe350c964ff0c4351e;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;