X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sffmultiplecommand.h;h=1a492a82155fe0a7314b8c2ec54a9a4b37017909;hb=2ff2d03fbe46ce8cf2738bff4403a52be4f31e2f;hp=4ab2c972557500c059b48ef38f712483f5731231;hpb=f509429e06e545bde69c97cacc0eb436775bd329;p=mothur.git diff --git a/sffmultiplecommand.h b/sffmultiplecommand.h index 4ab2c97..1a492a8 100644 --- a/sffmultiplecommand.h +++ b/sffmultiplecommand.h @@ -26,8 +26,9 @@ public: vector setParameters(); string getCommandName() { return "sff.multiple"; } string getCommandCategory() { return "Sequence Processing"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://www.mothur.org/wiki/Sff.multiple"; } string getDescription() { return "run multiple sff files through, sffinfo, trim.flow, shhh.flows and trim.seqs combining the results"; } @@ -41,7 +42,8 @@ private: int end; linePair(int i, int j) : start(i), end(j) {} }; - + + string inputDir; string filename, outputDir, flowOrder, lookupFileName, minDelta; vector outputNames; bool abort, trim, large, flip, allFiles, keepforward, append, makeGroup;