]> git.donarmstrong.com Git - mothur.git/blobdiff - getsharedotucommand.h
changed hard parameter in cluster commands
[mothur.git] / getsharedotucommand.h
index 5b5516c3a3d6850aa36cce33b104c888872b9137..30a5cd2468ab7ec8bb741729f4cb390e8a8f7c1d 100644 (file)
@@ -39,8 +39,9 @@ class GetSharedOTUCommand : public Command {
                map<string, string> groupFinder;
                map<string, string>::iterator it;
                vector<Sequence> seqs;
+               vector<string> outputNames;
                
-               void process(ListVector*);
+               int process(ListVector*);
                
 };
 //**********************************************************************************************************************