X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=secondarystructurecommand.h;h=110f019f3beeafdd2a877c423b250232a488e62c;hb=b866e1519a60681527244036428104ad1cb90c93;hp=c1cc057cd190cd4570b57d9bcc9f622a8f6bf0f4;hpb=8bc3e5b38c2317a1715f53be22fa96455868c281;p=mothur.git diff --git a/secondarystructurecommand.h b/secondarystructurecommand.h index c1cc057..110f019 100644 --- a/secondarystructurecommand.h +++ b/secondarystructurecommand.h @@ -35,20 +35,26 @@ 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 getOutputFileNameTag(string, string); + 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; + string mapfile, fastafile, outputDir, namefile; bool abort; int seqLength, haderror; vector outputNames; - map > outputTypes; + map nameMap; void readMap(); statData getStats(string sequence);