]> git.donarmstrong.com Git - mothur.git/blobdiff - quitcommand.cpp
added pipeline commands which involved change to command factory and command class...
[mothur.git] / quitcommand.cpp
index 8e6fd15412167f9b2ae26eec7b9d93a8e19c6bd2..0dd2dec189317e56518fbfafce1c93a3c7a84f1b 100644 (file)
@@ -9,6 +9,39 @@
 
 #include "quitcommand.h"
 
+//**********************************************************************************************************************
+vector<string> QuitCommand::getValidParameters(){      
+       try {
+               vector<string> myArray; 
+               return myArray;
+       }
+       catch(exception& e) {
+               m->errorOut(e, "QuitCommand", "getValidParameters");
+               exit(1);
+       }
+}
+//**********************************************************************************************************************
+vector<string> QuitCommand::getRequiredParameters(){   
+       try {
+               vector<string> myArray;
+               return myArray;
+       }
+       catch(exception& e) {
+               m->errorOut(e, "QuitCommand", "getRequiredParameters");
+               exit(1);
+       }
+}
+//**********************************************************************************************************************
+vector<string> QuitCommand::getRequiredFiles(){        
+       try {
+               vector<string> myArray;
+               return myArray;
+       }
+       catch(exception& e) {
+               m->errorOut(e, "QuitCommand", "getRequiredFiles");
+               exit(1);
+       }
+}
 //**********************************************************************************************************************
 
 QuitCommand::QuitCommand(string option) {