X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=secondarystructurecommand.h;h=4e7bdea09cac0d1bd86d780eb92e499bbe9bfc69;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=0b654a4e02bdf42cdf5ebfc9ee419bdbd71eec2f;hpb=4f9a6e14a608172f8a97f0297a3b8e6ea267c518;p=mothur.git diff --git a/secondarystructurecommand.h b/secondarystructurecommand.h index 0b654a4..4e7bdea 100644 --- a/secondarystructurecommand.h +++ b/secondarystructurecommand.h @@ -35,20 +35,24 @@ class AlignCheckCommand : public Command { AlignCheckCommand(string); AlignCheckCommand(); ~AlignCheckCommand(){} - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); - + + vector setParameters(); + string getCommandName() { return "align.check"; } + string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Align.check"; } + string getDescription() { return "calculate the number of potentially misaligned bases in a 16S rRNA gene sequence alignment"; } + + + int execute(); + void help() { m->mothurOut(getHelpString()); } + private: vector structMap; string mapfile, fastafile, outputDir, namefile; bool abort; int seqLength, haderror; vector outputNames; - map > outputTypes; map nameMap; void readMap();