X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqerrorcommand.h;fp=seqerrorcommand.h;h=19fcd4731d22edc39383003b62c796242b7a4363;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=1194d42f2dfca3a8eedf3d379a7bd3aa3bd50661;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b;p=mothur.git diff --git a/seqerrorcommand.h b/seqerrorcommand.h index 1194d42..19fcd47 100644 --- a/seqerrorcommand.h +++ b/seqerrorcommand.h @@ -43,13 +43,15 @@ class SeqErrorCommand : public Command { public: SeqErrorCommand(string); SeqErrorCommand(); - ~SeqErrorCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + ~SeqErrorCommand() {} + + vector 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 outputNames; - map > outputTypes; vector referenceSeqs; vector > substitutionMatrix;