X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shhhercommand.h;h=c787fe41d5c0f2a30975feb9461bdaa3194aae18;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=ef52dcd1d761cb26d67bb3c8556e7358c3d57440;hpb=5c5c0428f6d548c28a8b903ac80efed4f92d59db;p=mothur.git diff --git a/shhhercommand.h b/shhhercommand.h index ef52dcd..c787fe4 100644 --- a/shhhercommand.h +++ b/shhhercommand.h @@ -40,8 +40,9 @@ public: vector setParameters(); string getCommandName() { return "shhh.flows"; } 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.\nQuince C, Lanzen A, Davenport RJ, Turnbaugh PJ (2011). Removing noise from pyrosequenced amplicons. BMC Bioinformatics 12:38.\nQuince C, Lanzén A, Curtis TP, Davenport RJ, Hall N, Head IM, Read LF, Sloan WT (2009). Accurate determination of microbial diversity from 454 pyrosequencing data. Nat. Methods 6:639.\nhttp://www.mothur.org/wiki/Shhh.flows"; } string getDescription() { return "shhh.flows"; } @@ -69,7 +70,7 @@ private: vector flowFileVector; vector parseFlowFiles(string); - int driver(vector, string, string, int, int); + int driver(vector, string, string); int createProcesses(vector); int getFlowData(string, vector&, vector&, vector&, map&, int&); int getUniques(int, int, vector&, vector&, vector&, vector&, vector&, vector&, vector&, vector&);