X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readotucommand.h;h=c6d65037516c495f391ceb983273b1b9a20010e1;hb=f816b683e586575bfe3479760a8afd5ab08e8573;hp=dd0cf3adab7798c71e9e853ff1e5b33c8f53a690;hpb=f37a59b81c339f574d97042ff6e364146feb457a;p=mothur.git diff --git a/readotucommand.h b/readotucommand.h index dd0cf3a..c6d6503 100644 --- a/readotucommand.h +++ b/readotucommand.h @@ -10,26 +10,33 @@ */ #include "command.hpp" -#include "readotu.h" #include "inputdata.h" #include "groupmap.h" #include "sharedcommand.h" -class GlobalData; - class ReadOtuCommand : public Command { public: ReadOtuCommand(string); - ~ReadOtuCommand(); - int execute(); - void help(); + ReadOtuCommand(); + ~ReadOtuCommand() {} + + vector setParameters() { return outputNames; } //dummy doesn't really do anything + string getCommandName() { return "read.otu"; } + string getCommandCategory() { return "Hidden"; } + string getHelpString() { return "This command is no longer available. You can provide your files directly to the downstream commands like collect.shared."; } + string getCitation() { return "http://www.mothur.org/wiki/Read.otu"; } + string getDescription() { return "read.otu"; } + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: - GlobalData* globaldata; InputData* input; Command* shared; GroupMap* groupMap; - string filename, listfile, orderfile, sharedfile, label, groupfile, sabundfile, rabundfile, format; + string filename, listfile, orderfile, sharedfile, label, groupfile, sabundfile, rabundfile, format, groups, outputDir, ordergroupfile, relAbundfile; + vector Groups, outputNames; + map > outputTypes; bool abort, allLines; set labels; //holds labels to be used