]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.h
added name parameter to phylotype command
[mothur.git] / getseqscommand.h
index 8b38a76f4a3c2bdcfbd0855d6a8be0ff3bad1714..b574afe38734a789fa39985090012cff358d2e95 100644 (file)
@@ -16,22 +16,23 @@ class GetSeqsCommand : public Command {
        
        public:
        
-               GetSeqsCommand(string); 
+               GetSeqsCommand(string);
                ~GetSeqsCommand(){};
                int execute();
                void help();    
                
        private:
                set<string> names;
-               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile;
+               vector<string> outputNames;
+               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, outputDir;
                bool abort;
                
-               void readFasta();
-               void readName();
-               void readGroup();
-               void readAlign();
-               void readAccnos();
-               void readList();
+               int readFasta();
+               int readName();
+               int readGroup();
+               int readAlign();
+               int readAccnos();
+               int readList();
                
 };