]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
added dist.shared command
[mothur.git] / commandfactory.cpp
index e48bc6abaaf3d2169cf70ae442909d93d511849e..21e7b54548a370065ab554d3a2b0f7b5c4887146 100644 (file)
@@ -43,6 +43,7 @@
 #include "distancecommand.h"
 #include "aligncommand.h"
 #include "getrepseqscommand.h"
+#include "matrixoutputcommand.h"
 
 
 /***********************************************************/
@@ -93,6 +94,7 @@ Command* CommandFactory::getCommand(string commandName){
                else if(commandName == "get.repseqs")                   {   command = new GetRepSeqsCommand();                  }
                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();                    }