X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sffmultiplecommand.h;h=1a492a82155fe0a7314b8c2ec54a9a4b37017909;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=ee83d727ad3b3a1e910f4b3cb633eae53938f87a;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;p=mothur.git diff --git a/sffmultiplecommand.h b/sffmultiplecommand.h index ee83d72..1a492a8 100644 --- a/sffmultiplecommand.h +++ b/sffmultiplecommand.h @@ -42,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;