X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=otuhierarchycommand.h;h=ad6da0cf529121202b3bfc5d1c1d6bdc166cba16;hb=a9dbc22713bfc056a797361dd757b1a5c98e1c01;hp=1cd427f1a7af8442d4747e65662bbf431ccdcbbd;hpb=5a1e62397b91f57d0d3aff635891df04b8999a88;p=mothur.git diff --git a/otuhierarchycommand.h b/otuhierarchycommand.h index 1cd427f..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, output; + vector outputNames; vector getListVectors();