X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylotypecommand.h;h=0e315ec7c4ef4fcdabc34b4037d7f8bba53cfea2;hb=8e67e9de1b200106bea5a468ac02125954656499;hp=e45e21b74a9ae58a6beef19a9a484344364c31de;hpb=8bc3e5b38c2317a1715f53be22fa96455868c281;p=mothur.git diff --git a/phylotypecommand.h b/phylotypecommand.h index e45e21b..0e315ec 100644 --- a/phylotypecommand.h +++ b/phylotypecommand.h @@ -21,13 +21,18 @@ class PhylotypeCommand : public Command { public: PhylotypeCommand(string); PhylotypeCommand(); - ~PhylotypeCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + ~PhylotypeCommand(){} + + vector setParameters(); + string getCommandName() { return "phylotype"; } + string getCommandCategory() { return "Clustering"; } + string getOutputFileNameTag(string, string); + string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Phylotype"; } + string getDescription() { return "cluster your sequences into OTUs based on their classifications"; } + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: bool abort, allLines;