]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.h
created mothurOut class to handle logfiles
[mothur.git] / getseqscommand.h
index 24f3968786784965e343f88aef300cad80c54eb4..809109c486de9f00b39091b863da8a23dfc95a96 100644 (file)
@@ -16,13 +16,14 @@ class GetSeqsCommand : public Command {
        
        public:
        
-               GetSeqsCommand(string); 
+               GetSeqsCommand(string);
                ~GetSeqsCommand(){};
                int execute();
                void help();    
                
        private:
                set<string> names;
+               vector<string> outputNames;
                string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, outputDir;
                bool abort;