]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
addition of summary.seq command [pds]
[mothur.git] / commandfactory.cpp
index 06e7e84f06602796d143cdb8d535e46006dc0fb1..0edb024b35084c16255ccc030f41efe271bf5826 100644 (file)
@@ -43,7 +43,7 @@
 #include "distancecommand.h"
 #include "aligncommand.h"
 #include "matrixoutputcommand.h"
-
+#include "seqsummarycommand.h"
 
 /***********************************************************/
 
@@ -97,6 +97,7 @@ Command* CommandFactory::getCommand(string commandName){
                else if(commandName == "concensus")                             {   command = new ConcensusCommand();                   }
                else if(commandName == "dist.seqs")                             {   command = new DistanceCommand();                    }
                else if(commandName == "align.seqs")                    {   command = new AlignCommand();                               }
+               else if(commandName == "summary.seqs")                  {       command = new SeqSummaryCommand();                      }
                else                                                                                    {       command = new NoCommand();                                      }
 
                return command;