]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.h
fixed bug in cluster.split with classify method
[mothur.git] / getseqscommand.h
index 2bd0754b93715a347e517d7b11be3bf8f478e944..9d8e7960f5c2e949f021602aaf1aa36e7d3e82e0 100644 (file)
@@ -16,21 +16,24 @@ class GetSeqsCommand : public Command {
        
        public:
        
-               GetSeqsCommand(string); 
+               GetSeqsCommand(string);
                ~GetSeqsCommand(){};
                int execute();
                void help();    
                
        private:
                set<string> names;
-               string accnosfile, fastafile, namefile, groupfile, alignfile;
+               vector<string> outputNames;
+               string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, taxfile, outputDir;
                bool abort;
                
-               void readFasta();
-               void readName();
-               void readGroup();
-               void readAlign();
-               void readAccnos();
+               int readFasta();
+               int readName();
+               int readGroup();
+               int readAlign();
+               int readAccnos();
+               int readList();
+               int readTax();
                
 };