]> git.donarmstrong.com Git - mothur.git/blobdiff - otuhierarchycommand.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / otuhierarchycommand.h
index 39795dc3055e1a1f8a057d3335b265c4d5ce4209..cd106ece49d90dcfe28a0d272b672919281a912b 100644 (file)
@@ -18,14 +18,28 @@ class OtuHierarchyCommand : public Command {
 
 public:
        OtuHierarchyCommand(string);
-       ~OtuHierarchyCommand();
-       int execute();
-       void help();
+       OtuHierarchyCommand();
+       ~OtuHierarchyCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "otu.hierarchy";                       }
+       string getCommandCategory()             { return "OTU-Based Approaches";        }
+       
+       string getHelpString(); 
+    string getOutputPattern(string);   
+       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<string> labels; //holds labels to be used
-       string label, listFile;
+       string label, listFile, outputDir, output;
+       vector<string> outputNames;
        
        vector<ListVector> getListVectors();