X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=secondarystructurecommand.h;h=daee85a37fd4e13df952ea363da36227dde85143;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=c1cc057cd190cd4570b57d9bcc9f622a8f6bf0f4;hpb=8bc3e5b38c2317a1715f53be22fa96455868c281;p=mothur.git diff --git a/secondarystructurecommand.h b/secondarystructurecommand.h index c1cc057..daee85a 100644 --- a/secondarystructurecommand.h +++ b/secondarystructurecommand.h @@ -35,20 +35,23 @@ 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"; } + + 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);