X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=degapseqscommand.h;fp=degapseqscommand.h;h=db93b02a299aae60666b1993469f7e00cdc31a58;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=5501d49b6affcdfe7e24fb8b444f837800d08ff5;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b;p=mothur.git diff --git a/degapseqscommand.h b/degapseqscommand.h index 5501d49..db93b02 100644 --- a/degapseqscommand.h +++ b/degapseqscommand.h @@ -17,13 +17,15 @@ class DegapSeqsCommand : public Command { public: DegapSeqsCommand(string); DegapSeqsCommand(); - ~DegapSeqsCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + ~DegapSeqsCommand(){} + + vector setParameters(); + string getCommandName() { return "degap.seqs"; } + string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: @@ -31,7 +33,7 @@ private: string fastafile, outputDir; vector outputNames; vector fastaFileNames; - map > outputTypes; + }; #endif