X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=otuhierarchycommand.h;h=ad6da0cf529121202b3bfc5d1c1d6bdc166cba16;hb=96dbe925073caefaed6e6db85659c144a806aeb1;hp=c6749ef3841800971f82f5a01c54d76de713b096;hpb=315e38cf393c82be238da5b32574f225a020d25c;p=mothur.git diff --git a/otuhierarchycommand.h b/otuhierarchycommand.h index c6749ef..ad6da0c 100644 --- a/otuhierarchycommand.h +++ b/otuhierarchycommand.h @@ -18,14 +18,27 @@ class OtuHierarchyCommand : public Command { public: OtuHierarchyCommand(string); - ~OtuHierarchyCommand(); - int execute(); - void help(); + OtuHierarchyCommand(); + ~OtuHierarchyCommand(){} + + vector setParameters(); + string getCommandName() { return "otu.hierarchy"; } + string getCommandCategory() { return "OTU-Based Approaches"; } + string getOutputFileNameTag(string, string); + string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Otu.hierarchy"; } + string getDescription() { return "relates OTUs at different distances"; } + + + int execute(); + void help() { m->mothurOut(getHelpString()); } + private: bool abort; set labels; //holds labels to be used - string label, listFile, outputDir; + string label, listFile, outputDir, output; + vector outputNames; vector getListVectors();