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