]> git.donarmstrong.com Git - mothur.git/blobdiff - deconvolutecommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / deconvolutecommand.h
index 9c8fd22d702f8a8b98ee12d682d6f880e5c1fb0e..88b7a382d4c175a14c243d21e97a7580cba9c32d 100644 (file)
@@ -20,12 +20,19 @@ class DeconvoluteCommand : public Command {
 
 public:
        DeconvoluteCommand(string);
-       ~DeconvoluteCommand() { };
+       DeconvoluteCommand();
+       ~DeconvoluteCommand() {}
+       vector<string> getRequiredParameters();
+       vector<string> getValidParameters();
+       vector<string> getRequiredFiles();
+       map<string, vector<string> > getOutputFiles() { return outputTypes; }
        int execute();
        void help();    
        
 private:
        string inFastaName, oldNameMapFName, outputDir;
+       vector<string> outputNames;
+       map<string, vector<string> > outputTypes;
 
        bool abort;
 };