]> git.donarmstrong.com Git - mothur.git/blobdiff - getsharedotucommand.h
added pipeline commands which involved change to command factory and command class...
[mothur.git] / getsharedotucommand.h
index 30a5cd2468ab7ec8bb741729f4cb390e8a8f7c1d..0e25721b6ca2bcd53967261e7fab18bb0dbead54 100644 (file)
@@ -22,7 +22,12 @@ class GetSharedOTUCommand : public Command {
        public:
        
                GetSharedOTUCommand(string);    
+               GetSharedOTUCommand();  
                ~GetSharedOTUCommand();
+               vector<string> getRequiredParameters();
+               vector<string> getValidParameters();
+               vector<string> getRequiredFiles();
+               map<string, vector<string> > getOutputFiles() { return outputTypes; }
                int execute();
                void help();    
                
@@ -40,6 +45,7 @@ class GetSharedOTUCommand : public Command {
                map<string, string>::iterator it;
                vector<Sequence> seqs;
                vector<string> outputNames;
+               map<string, vector<string> > outputTypes;
                
                int process(ListVector*);