X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=commandfactory.cpp;h=6ceabbfc6eee41a10f70ef8391fc3a12e202696f;hp=02af6767b00b724459c054839b789798f4b295f7;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=f06b339c5fc4b6d1b9d2a08fe16bf7670bf7aeb4 diff --git a/commandfactory.cpp b/commandfactory.cpp index 02af676..6ceabbf 100644 --- a/commandfactory.cpp +++ b/commandfactory.cpp @@ -134,6 +134,20 @@ #include "removeotulabelscommand.h" #include "makecontigscommand.h" #include "loadlogfilecommand.h" +#include "sffmultiplecommand.h" +#include "classifysharedcommand.h" +#include "filtersharedcommand.h" +#include "primerdesigncommand.h" +#include "getdistscommand.h" +#include "removedistscommand.h" +#include "mergetaxsummarycommand.h" +#include "getmetacommunitycommand.h" +#include "sparcccommand.h" +#include "makelookupcommand.h" +#include "renameseqscommand.h" +#include "makelefsecommand.h" +#include "lefsecommand.h" +#include "kruskalwalliscommand.h" /*******************************************************/ @@ -290,7 +304,22 @@ CommandFactory::CommandFactory(){ commands["make.contigs"] = "make.contigs"; commands["load.logfile"] = "load.logfile"; commands["make.table"] = "make.table"; + commands["sff.multiple"] = "sff.multiple"; commands["quit"] = "MPIEnabled"; + commands["classify.shared"] = "classify.shared"; + commands["filter.shared"] = "filter.shared"; + commands["primer.design"] = "primer.design"; + commands["get.dists"] = "get.dists"; + commands["remove.dists"] = "remove.dists"; + commands["merge.taxsummary"] = "merge.taxsummary"; + commands["get.communitytype"] = "get.communitytype"; + commands["sparcc"] = "sparcc"; + commands["make.lookup"] = "make.lookup"; + commands["rename.seqs"] = "rename.seqs"; + commands["make.lefse"] = "make.lefse"; + commands["lefse"] = "lefse"; + commands["kruskal.wallis"] = "kruskal.wallis"; + } /***********************************************************/ @@ -503,6 +532,20 @@ Command* CommandFactory::getCommand(string commandName, string optionString){ else if(commandName == "remove.otulabels") { command = new RemoveOtuLabelsCommand(optionString); } else if(commandName == "make.contigs") { command = new MakeContigsCommand(optionString); } else if(commandName == "load.logfile") { command = new LoadLogfileCommand(optionString); } + else if(commandName == "sff.multiple") { command = new SffMultipleCommand(optionString); } + else if(commandName == "classify.shared") { command = new ClassifySharedCommand(optionString); } + else if(commandName == "filter.shared") { command = new FilterSharedCommand(optionString); } + else if(commandName == "primer.design") { command = new PrimerDesignCommand(optionString); } + else if(commandName == "get.dists") { command = new GetDistsCommand(optionString); } + else if(commandName == "remove.dists") { command = new RemoveDistsCommand(optionString); } + else if(commandName == "merge.taxsummary") { command = new MergeTaxSummaryCommand(optionString); } + else if(commandName == "get.communitytype") { command = new GetMetaCommunityCommand(optionString); } + else if(commandName == "sparcc") { command = new SparccCommand(optionString); } + else if(commandName == "make.lookup") { command = new MakeLookupCommand(optionString); } + else if(commandName == "rename.seqs") { command = new RenameSeqsCommand(optionString); } + else if(commandName == "make.lefse") { command = new MakeLefseCommand(optionString); } + else if(commandName == "lefse") { command = new LefseCommand(optionString); } + else if(commandName == "kruskal.wallis") { command = new KruskalWallisCommand(optionString); } else { command = new NoCommand(optionString); } return command; @@ -657,6 +700,20 @@ Command* CommandFactory::getCommand(string commandName, string optionString, str else if(commandName == "remove.otulabels") { pipecommand = new RemoveOtuLabelsCommand(optionString); } else if(commandName == "make.contigs") { pipecommand = new MakeContigsCommand(optionString); } else if(commandName == "load.logfile") { pipecommand = new LoadLogfileCommand(optionString); } + else if(commandName == "sff.multiple") { pipecommand = new SffMultipleCommand(optionString); } + else if(commandName == "classify.shared") { pipecommand = new ClassifySharedCommand(optionString); } + else if(commandName == "filter.shared") { pipecommand = new FilterSharedCommand(optionString); } + else if(commandName == "primer.design") { pipecommand = new PrimerDesignCommand(optionString); } + else if(commandName == "get.dists") { pipecommand = new GetDistsCommand(optionString); } + else if(commandName == "remove.dists") { pipecommand = new RemoveDistsCommand(optionString); } + else if(commandName == "merge.taxsummary") { pipecommand = new MergeTaxSummaryCommand(optionString); } + else if(commandName == "get.communitytype") { pipecommand = new GetMetaCommunityCommand(optionString); } + else if(commandName == "sparcc") { pipecommand = new SparccCommand(optionString); } + else if(commandName == "make.lookup") { pipecommand = new MakeLookupCommand(optionString); } + else if(commandName == "rename.seqs") { pipecommand = new RenameSeqsCommand(optionString); } + else if(commandName == "make.lefse") { pipecommand = new MakeLefseCommand(optionString); } + else if(commandName == "lefse") { pipecommand = new LefseCommand(optionString); } + else if(commandName == "kruskal.wallis") { pipecommand = new KruskalWallisCommand(optionString); } else { pipecommand = new NoCommand(optionString); } return pipecommand; @@ -797,6 +854,20 @@ Command* CommandFactory::getCommand(string commandName){ else if(commandName == "remove.otulabels") { shellcommand = new RemoveOtuLabelsCommand(); } else if(commandName == "make.contigs") { shellcommand = new MakeContigsCommand(); } else if(commandName == "load.logfile") { shellcommand = new LoadLogfileCommand(); } + else if(commandName == "sff.multiple") { shellcommand = new SffMultipleCommand(); } + else if(commandName == "classify.shared") { shellcommand = new ClassifySharedCommand(); } + else if(commandName == "filter.shared") { shellcommand = new FilterSharedCommand(); } + else if(commandName == "primer.design") { shellcommand = new PrimerDesignCommand(); } + else if(commandName == "get.dists") { shellcommand = new GetDistsCommand(); } + else if(commandName == "remove.dists") { shellcommand = new RemoveDistsCommand(); } + else if(commandName == "merge.taxsummary") { shellcommand = new MergeTaxSummaryCommand(); } + else if(commandName == "get.communitytype") { shellcommand = new GetMetaCommunityCommand(); } + else if(commandName == "sparcc") { shellcommand = new SparccCommand(); } + else if(commandName == "make.lookup") { shellcommand = new MakeLookupCommand(); } + else if(commandName == "rename.seqs") { shellcommand = new RenameSeqsCommand(); } + else if(commandName == "make.lefse") { shellcommand = new MakeLefseCommand(); } + else if(commandName == "lefse") { shellcommand = new LefseCommand(); } + else if(commandName == "kruskal.wallis") { shellcommand = new KruskalWallisCommand(); } else { shellcommand = new NoCommand(); } return shellcommand; @@ -876,6 +947,41 @@ void CommandFactory::printCommands(ostream& out) { } } /***********************************************************************/ +void CommandFactory::printCommandsCategories(ostream& out) { + try { + map commands = getListCommands(); + map::iterator it; + + map categories; + map::iterator itCat; + //loop through each command outputting info + for (it = commands.begin(); it != commands.end(); it++) { + + Command* thisCommand = getCommand(it->first); + + //don't add hidden commands + if (thisCommand->getCommandCategory() != "Hidden") { + itCat = categories.find(thisCommand->getCommandCategory()); + if (itCat == categories.end()) { + categories[thisCommand->getCommandCategory()] = thisCommand->getCommandName(); + }else { + categories[thisCommand->getCommandCategory()] += ", " + thisCommand->getCommandName(); + } + } + } + + for (itCat = categories.begin(); itCat != categories.end(); itCat++) { + out << itCat->first << " commmands include: " << itCat->second << endl; + } + + } + catch(exception& e) { + m->errorOut(e, "CommandFactory", "printCommandsCategories"); + exit(1); + } +} + +/***********************************************************************/