X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=secondarystructurecommand.h;h=ce97a2243c2b9da797e5a34da3454050b5002396;hp=110f019f3beeafdd2a877c423b250232a488e62c;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=f687723a8357916e86a05116978e6869b039ce36 diff --git a/secondarystructurecommand.h b/secondarystructurecommand.h index 110f019..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"; } @@ -50,7 +51,7 @@ class AlignCheckCommand : public Command { private: vector structMap; - string mapfile, fastafile, outputDir, namefile; + string mapfile, fastafile, outputDir, namefile, countfile; bool abort; int seqLength, haderror; vector outputNames;