X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=secondarystructurecommand.h;h=4e7bdea09cac0d1bd86d780eb92e499bbe9bfc69;hb=2c97dd48b8e27ee0a6a86c7a082f4c504c3357c6;hp=daee85a37fd4e13df952ea363da36227dde85143;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/secondarystructurecommand.h b/secondarystructurecommand.h index daee85a..4e7bdea 100644 --- a/secondarystructurecommand.h +++ b/secondarystructurecommand.h @@ -41,6 +41,8 @@ class AlignCheckCommand : public Command { 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()); }