X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=secondarystructurecommand.h;h=becafc5bb3f29073d0e72859e495f0364c351dfb;hb=e8e13c129ba8184ec5932a090773f353f3ae3406;hp=daee85a37fd4e13df952ea363da36227dde85143;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/secondarystructurecommand.h b/secondarystructurecommand.h index daee85a..becafc5 100644 --- a/secondarystructurecommand.h +++ b/secondarystructurecommand.h @@ -39,15 +39,18 @@ class AlignCheckCommand : public Command { vector setParameters(); string getCommandName() { return "align.check"; } string getCommandCategory() { return "Sequence Processing"; } - string getHelpString(); + 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, namefile; + string mapfile, fastafile, outputDir, namefile, countfile; bool abort; int seqLength, haderror; vector outputNames;