]> git.donarmstrong.com Git - mothur.git/blobdiff - seqerrorcommand.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / seqerrorcommand.h
index 1194d42f2dfca3a8eedf3d379a7bd3aa3bd50661..19fcd4731d22edc39383003b62c796242b7a4363 100644 (file)
@@ -43,13 +43,15 @@ class SeqErrorCommand : public Command {
 public:
        SeqErrorCommand(string);
        SeqErrorCommand();
-       ~SeqErrorCommand();
-       vector<string> getRequiredParameters();
-       vector<string> getValidParameters();
-       vector<string> getRequiredFiles();
-       map<string, vector<string> > getOutputFiles() { return outputTypes; }
-       int execute();
-       void help();
+       ~SeqErrorCommand() {}
+       
+       vector<string> setParameters();
+       string getCommandName()                 { return "seq.error";                           }
+       string getCommandCategory()             { return "Sequence Processing";         }
+       string getHelpString(); 
+       
+       int execute(); 
+       void help() { m->mothurOut(getHelpString()); }  
        
 private:
        bool abort;
@@ -71,7 +73,6 @@ private:
        int maxLength;
        ofstream errorSummaryFile, errorSeqFile;
        vector<string> outputNames;
-       map<string, vector<string> > outputTypes;
        
        vector<Sequence> referenceSeqs;
        vector<vector<int> > substitutionMatrix;