]> git.donarmstrong.com Git - mothur.git/blobdiff - getcurrentcommand.h
fixes while testing 1.33.0
[mothur.git] / getcurrentcommand.h
index f10e6d4e556878d6cb55e30cd7b4ce1138a896da..e426fe95a07bc08131e557d147aefd8566502913 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include "command.hpp"
+#include "commandfactory.hpp"
 
 class GetCurrentCommand : public Command {
 
@@ -22,8 +23,8 @@ class GetCurrentCommand : public Command {
                vector<string> setParameters();
                string getCommandName()                 { return "get.current"; }
                string getCommandCategory()             { return "General";             }
-        string getOutputFileNameTag(string, string) { return ""; }
         string getHelpString();        
+        string getOutputPattern(string)        { return ""; }
                string getCitation() { return "http://www.mothur.org/wiki/Get.current"; }
                string getDescription()         { return "get current files saved by mothur"; }
 
@@ -34,6 +35,7 @@ class GetCurrentCommand : public Command {
        
        private:
                
+        CommandFactory* cFactory;
                vector<string> outputNames;
                bool abort;