]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
modifications to commands to add headers to list file.
[mothur.git] / commandfactory.cpp
index 8ab0a9529ba697aece318c7e11301f9e465b19c3..c247f908ca190087e4a30bb05ea31d88a0e7fd6b 100644 (file)
@@ -408,7 +408,7 @@ Command* CommandFactory::getCommand(string commandName, string optionString){
                        else { optionString += "inputdir=" + inputDir; }
                }
                
-               if(commandName == "cluster")                            {       command = new ClusterCommand(optionString);                                     }
+               if(commandName == "cluster")                    {       command = new ClusterCommand(optionString);                                     }
                else if(commandName == "unique.seqs")                   {       command = new DeconvoluteCommand(optionString);                         }
                else if(commandName == "parsimony")                             {       command = new ParsimonyCommand(optionString);                           }
                else if(commandName == "help")                                  {       command = new HelpCommand(optionString);                                        }