X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=secondarystructurecommand.h;h=ce97a2243c2b9da797e5a34da3454050b5002396;hp=becafc5bb3f29073d0e72859e495f0364c351dfb;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=ea4f373c28543cd1002b0dd7dc6e55c526647d59 diff --git a/secondarystructurecommand.h b/secondarystructurecommand.h index becafc5..ce97a22 100644 --- a/secondarystructurecommand.h +++ b/secondarystructurecommand.h @@ -39,8 +39,9 @@ class AlignCheckCommand : public Command { vector setParameters(); string getCommandName() { return "align.check"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); 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"; }