]> git.donarmstrong.com Git - mothur.git/blobdiff - hclustercommand.h
fixed bug with realigner for chimera slayer
[mothur.git] / hclustercommand.h
index 1aae49d9b341a6ce2652ed4bd3e340bf2a0a9040..9241e94c35441e1b0d09d3bddae9a76d8f6c4cc6 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include "command.hpp"
-#include "globaldata.hpp"
 #include "hcluster.h"
 #include "rabundvector.hpp"
 #include "sabundvector.hpp"
 class HClusterCommand : public Command {
        
 public:
-       HClusterCommand(string);        
-       ~HClusterCommand();
-       int execute();  
-       void help();
+       HClusterCommand(string);
+       HClusterCommand();      
+       ~HClusterCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "hcluster";    }
+       string getCommandCategory()             { return "Clustering";  }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
+       
        
 private:
-       GlobalData* globaldata;
        HCluster* cluster;
        ListVector* list;
        RAbundVector* rabund;