]> git.donarmstrong.com Git - mothur.git/blobdiff - splitmatrix.cpp
fixed bug in phylo.diversity rooting. added filename patterns and create filename...
[mothur.git] / splitmatrix.cpp
index aea99ef2cccc3dbc070b251d4691209efacd2cbc..a5ae3cbda79fd52a9358464eab1941c96a69bd63 100644 (file)
@@ -191,8 +191,12 @@ int SplitMatrix::createDistanceFilesFromTax(map<string, int>& 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;