]> git.donarmstrong.com Git - mothur.git/blobdiff - preclustercommand.h
indicator command
[mothur.git] / preclustercommand.h
index 7bbb5a7f448351d1bf72616e3c40f7f10b41eda4..3a12413d6f055d0c4f12e0291a442ed4dcc8fb63 100644 (file)
@@ -32,13 +32,18 @@ class PreClusterCommand : public Command {
 public:
        PreClusterCommand(string);
        PreClusterCommand();
-       ~PreClusterCommand();
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();  
-       void help();
+       ~PreClusterCommand(){}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "pre.cluster";                         }
+       string getCommandCategory()             { return "Sequence Processing";         }
+       string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Pre.cluster"; }
+       string getDescription()         { return "implements a pseudo-single linkage algorithm with the goal of removing sequences that are likely due to pyrosequencing errors"; }
+
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private:
        int diffs, length;