]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
*** empty log message ***
[mothur.git] / commandfactory.cpp
index d41e4a81c76269baf17ca1c36b25ca5d1a57711b..06e7e84f06602796d143cdb8d535e46006dc0fb1 100644 (file)
@@ -42,6 +42,7 @@
 #include "concensuscommand.h"
 #include "distancecommand.h"
 #include "aligncommand.h"
+#include "matrixoutputcommand.h"
 
 
 /***********************************************************/
@@ -91,6 +92,7 @@ Command* CommandFactory::getCommand(string commandName){
                else if(commandName == "bin.seqs")                              {   command = new BinSeqCommand();                              }
                else if(commandName == "get.oturep")                    {   command = new GetOTURepCommand();                   }
                else if(commandName == "tree.shared")                   {   command = new TreeGroupCommand();                   }
+               else if(commandName == "dist.shared")                   {   command = new MatrixOutputCommand();                }
                else if(commandName == "bootstrap.shared")              {   command = new BootSharedCommand();                  }
                else if(commandName == "concensus")                             {   command = new ConcensusCommand();                   }
                else if(commandName == "dist.seqs")                             {   command = new DistanceCommand();                    }