X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=seqerrorcommand.h;h=aac17b6979910ebc733be840eb37ec720ecc1105;hp=fba392d800a1f2454310ff57904a40454b231fd4;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=5c5c0428f6d548c28a8b903ac80efed4f92d59db diff --git a/seqerrorcommand.h b/seqerrorcommand.h index fba392d..aac17b6 100644 --- a/seqerrorcommand.h +++ b/seqerrorcommand.h @@ -13,6 +13,7 @@ #include "command.hpp" #include "sequence.hpp" #include "referencedb.h" +#include "counttable.h" class SeqErrorCommand : public Command { @@ -24,8 +25,9 @@ public: vector setParameters(); string getCommandName() { return "seq.error"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "Schloss PD, Gevers D, Westcott SL (2011). Reducing the effects of PCR amplification and sequencing artifacts on 16S rRNA-based studies. PLoS ONE. 6:e27310.\nhttp://www.mothur.org/wiki/Seq.error"; } string getDescription() { return "seq.error"; } @@ -89,9 +91,9 @@ private: int driver(string, string, string, string, string, string, linePair, linePair, linePair); int createProcesses(string, string, string, string, string, string); - string queryFileName, referenceFileName, qualFileName, reportFileName, namesFileName, outputDir; + string queryFileName, referenceFileName, qualFileName, reportFileName, namesFileName, outputDir, countfile; double threshold; - bool ignoreChimeras, save; + bool ignoreChimeras, save, aligned; int numRefs, processors; int maxLength, totalBases, totalMatches; //ofstream errorSummaryFile, errorSeqFile;