]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
changed get.sharedotu to get.sharedseqs
[mothur.git] / commandfactory.cpp
index c85326854b1253710f8f56e7bcacf37290cc1ed5..635cff032a645b7e69c168c7b461eaca71bb364d 100644 (file)
@@ -114,7 +114,7 @@ CommandFactory::CommandFactory(){
        commands["system"]                              = "system";
        commands["align.check"]                 = "align.check";
        commands["get.sharedseqs"]              = "get.sharedseqs";
-       commands["get.listcount"]               = "get.listcount";
+       commands["get.otulist"]                 = "get.otulist";
        commands["quit"]                                = "quit"; 
        commands["hcluster"]                    = "hcluster"; 
        commands["classify.seqs"]               = "classify.seqs"; 
@@ -182,7 +182,7 @@ Command* CommandFactory::getCommand(string commandName, string optionString){
                else if(commandName == "system")                                {       command = new SystemCommand(optionString);                              }
                else if(commandName == "align.check")                   {       command = new AlignCheckCommand(optionString);                  }
                else if(commandName == "get.sharedseqs")                        {       command = new GetSharedOTUCommand(optionString);                }
-               else if(commandName == "get.listcount")                 {       command = new GetListCountCommand(optionString);                }
+               else if(commandName == "get.otulist")                   {       command = new GetListCountCommand(optionString);                }
                else if(commandName == "hcluster")                              {       command = new HClusterCommand(optionString);                    }
                else if(commandName == "classify.seqs")                 {       command = new ClassifySeqsCommand(optionString);                }
                else if(commandName == "phylotype")                             {       command = new PhylotypeCommand(optionString);                   }