X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=commandfactory.hpp;h=b1db1921a3a074ae059f8341570aa28477ef0cc0;hp=eb85c68513bc43ece5cf9802917ebe336bc03d5a;hb=7a1e4b563011b1fe4d466d64915a3cb960747125;hpb=6ce64c0c32f0aa22eaf70953bd8264130e20e18f diff --git a/commandfactory.hpp b/commandfactory.hpp index eb85c68..b1db192 100644 --- a/commandfactory.hpp +++ b/commandfactory.hpp @@ -33,6 +33,7 @@ public: string getLogfileName() { return logFileName; } bool getAppend() { return append; } string getOutputDir() { return outputDir; } + string getInputDir() { return inputDir; } bool MPIEnabled(string); map getListCommands() { return commands; }