]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
added reverse.seqs command
[mothur.git] / commandfactory.cpp
index c9a3e6aab4841f8656e813f4acb9fc4e41817b60..a559c81a4fc5a5703858be458d3e472420723f27 100644 (file)
@@ -47,7 +47,7 @@
 #include "getrabundcommand.h"
 #include "seqsummarycommand.h"
 #include "screenseqscommand.h"
-
+#include "reversecommand.h"
 
 /***********************************************************/
 
@@ -105,6 +105,7 @@ Command* CommandFactory::getCommand(string commandName){
                else if(commandName == "align.seqs")                    {   command = new AlignCommand();                               }
                else if(commandName == "summary.seqs")                  {       command = new SeqSummaryCommand();                      }
                else if(commandName == "screen.seqs")                   {       command = new ScreenSeqsCommand();                      }
+               else if(commandName == "reverse.seqs")                  {       command = new ReverseSeqsCommand();                     }
                else                                                                                    {       command = new NoCommand();                                      }
 
                return command;