X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sffinfocommand.h;fp=sffinfocommand.h;h=0e242afa2f3eab6e53b1d8927c1658aecee97fc6;hb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;hp=0fdf6fce6647269d476945031255bb585e78ba83;hpb=36a867cbd85d9c276d3c8d13f25a150bbbe2466b;p=mothur.git diff --git a/sffinfocommand.h b/sffinfocommand.h index 0fdf6fc..0e242af 100644 --- a/sffinfocommand.h +++ b/sffinfocommand.h @@ -64,13 +64,15 @@ class SffInfoCommand : public Command { public: SffInfoCommand(string); SffInfoCommand(); - ~SffInfoCommand(); - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + ~SffInfoCommand(){} + + vector setParameters(); + string getCommandName() { return "sffinfo"; } + string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + + int execute(); + void help() { m->mothurOut(getHelpString()); } private: string sffFilename, sfftxtFilename, outputDir, accnosName; @@ -78,7 +80,6 @@ private: bool abort, fasta, qual, trim, flow, sfftxt, hasAccnos; int mycount; set seqNames; - map > outputTypes; //extract sff file functions int extractSffInfo(string, string);