X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sensspeccommand.h;h=7d85a39bea25ced837551589cf21e2c431c8d7ca;hp=be5e975f0d6b6bc33db2d40564a6ca5df3b08703;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=5c5c0428f6d548c28a8b903ac80efed4f92d59db diff --git a/sensspeccommand.h b/sensspeccommand.h index be5e975..7d85a39 100644 --- a/sensspeccommand.h +++ b/sensspeccommand.h @@ -26,8 +26,9 @@ public: vector setParameters(); string getCommandName() { return "sens.spec"; } string getCommandCategory() { return "OTU-Based Approaches"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "Schloss PD, Westcott SL (2011). Assessing and improving methods used in OTU-based approaches for 16S rRNA gene sequence analysis. Appl Environ Microbiol 77:3219.\nhttp://www.mothur.org/wiki/Sens.spec"; } string getDescription() { return "sens.spec"; } @@ -57,6 +58,7 @@ private: int fillSeqPairSet(set&, ListVector*&); int process(map&, string, bool&, string&); int process(set&, string, bool&, string&, int); + string preProcessList(); };