]> git.donarmstrong.com Git - mothur.git/blobdiff - getsharedotucommand.h
working on chimera change to add trim feature, fixed bug in print of distance file...
[mothur.git] / getsharedotucommand.h
index 5b5516c3a3d6850aa36cce33b104c888872b9137..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();    
                
@@ -39,8 +44,10 @@ class GetSharedOTUCommand : public Command {
                map<string, string> groupFinder;
                map<string, string>::iterator it;
                vector<Sequence> seqs;
+               vector<string> outputNames;
+               map<string, vector<string> > outputTypes;
                
-               void process(ListVector*);
+               int process(ListVector*);
                
 };
 //**********************************************************************************************************************